Better connection
/* main.css */
@import url("base.css");
@import url("layout.css");
@import url("carousel.css");<link rel="stylesheet" href="base.css">
<link rel="stylesheet" href="layout.css">
<link rel="stylesheet" href="carousel.css">body > main.main > section.first h2:nth-of-type(odd) + p::first-line > a[href$=".pdf"]
transform
.myelement {
will-change: transform;
}<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 800 600">
<circle cx="400" cy="300" r="50" stroke-width="5" stroke="#f00" fill="#ff0" />
<svg><body>
<svg class="mysvg" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 800 600">
<circle cx="400" cy="300" r="50" />
<svg>
</body>circle {
stroke-width: 1em;
}
.mysvg {
stroke-width: 5px;
stroke: #f00;
fill: #ff0;
}