26 lines
497 B
SCSS
26 lines
497 B
SCSS
.header-main {
|
|
width: 100%;
|
|
height: 400px;
|
|
background-color: $color-3;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
// .content-box {
|
|
// figure {
|
|
// width: 280px;
|
|
// figcaption {
|
|
// position: absolute;
|
|
// clip: rect(1px, 1px, 1px, 1px);
|
|
// clip-path: inset(0 0 99.9% 99.9%);
|
|
// overflow: hidden;
|
|
// height: 1px;
|
|
// width: 1px;
|
|
|
|
// padding: 0;
|
|
// border: 0;
|
|
// }
|
|
// }
|
|
// }
|
|
}
|