<svg width="396" height="396" viewBox="0 0 396 396" fill="none" xmlns="http://www.w3.org/2000/svg" opacity="0.1">
<path d="M198 120C198 53.7258 251.726 0 318 0H396V78C396 144.274 342.274 198 276 198H198V120Z" fill="#89DDFF"/>
<path d="M0 318C0 251.726 53.7258 198 120 198H198V276C198 342.274 144.274 396 78 396H0V318Z" fill="#FFCB6B"/>
<path d="M198 120C198 53.7258 144.274 0 78 0H0V78C0 144.274 53.7258 198 120 198H198V120Z" fill="#C792EA"/>
<path d="M396 318C396 251.726 342.274 198 276 198H198V276C198 342.274 251.726 396 318 396H396V318Z" fill="#F07178"/>
</svg>
.pattern {
background-image: url("data:image/svg+xml,%3Csvg width='396' height='396' viewBox='0 0 396 396' fill='none' xmlns='http://www.w3.org/2000/svg' opacity='0.1'%3E%3Cpath d='M198 120C198 53.7258 251.726 0 318 0H396V78C396 144.274 342.274 198 276 198H198V120Z' fill='%2389DDFF'/%3E%3Cpath d='M0 318C0 251.726 53.7258 198 120 198H198V276C198 342.274 144.274 396 78 396H0V318Z' fill='%23FFCB6B'/%3E%3Cpath d='M198 120C198 53.7258 144.274 0 78 0H0V78C0 144.274 53.7258 198 120 198H198V120Z' fill='%23C792EA'/%3E%3Cpath d='M396 318C396 251.726 342.274 198 276 198H198V276C198 342.274 251.726 396 318 396H396V318Z' fill='%23F07178'/%3E%3C/svg%3E%0A");
}
.newsletter__label::before {
transition: background .2s ease-in;
content: "";
width: 1.875rem;
height: 1.875rem;
border: 1px solid #3a173c;
margin-bottom: .875rem;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=");
}
... {
opacity: 0;
scale: 0
}
-ms-text-overflow
.ch {
background: red;
position: relative;
padding-top: 48%;/* или через calc - 157 / 321 * 100 */
top: 50%;
transform: translatey(-50%);
}
[
{
"key": "ctrl+shift+g",
"command":"editor.emmet.action.wrapWithAbbreviation",
"when": "editorTextFocus && !editorReadonly"
}
]
ext install htmltagwrap
.image{
width: 200px;
height: 200px;
border: 4px solid transparent;
border-radius: 50%;
background-image: linear-gradient(white, white), radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
background-origin: border-box;
background-clip: content-box, border-box;
}
li{
border: 2px solid #ddd;
}
li:after {
content: "";
display: table;
clear: both;
}
<li class="selected">
<a href="javascript:void(0)" class="wr-tooltip" data-value="s-37%d0%bb">S<br>37Л</a>
</li>
span{
display: inline-block
}
<div class="siema">
<div>Hi, I'm slide 1</div>
<div>Hi, I'm slide 2</div>
<div>Hi, I'm slide 3</div>
<div>Hi, I'm slide 4</div>
</div>
position: absolute
и прижата к верху top: 0
.<header>
<section class="slider">
<div class="slider__slide"> <!-- тут текст и картинка--> </div>
<div class="slider__slide"> <!-- тут текст и картинка--> </div>
<div class="slider__slide"> <!-- тут текст и картинка--> </div>
....
</section>
<nav> <!-- тут меню --> </nav>
</header>
header{
position: relative;
width: 100%;
height: 100vh;
}
.slider{
width: 100%;
height: 100%;
}
.slider__slide{
width: 100%;
height: 100%;
background: url() cover;
.....
}
nav{
position: absolute;
top: 0;
}