41 lines
853 B
SCSS
41 lines
853 B
SCSS
main {
|
|
background-image: url("/diagonal_lines_home.png");
|
|
background-size: cover;
|
|
background-repeat: repeat;
|
|
margin-inline: -.10vw;
|
|
height: 75vh;
|
|
padding-inline: 10vw;
|
|
|
|
.home-main-box {
|
|
padding-block: 7vh;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.home-title-box {
|
|
justify-self: flex-start;
|
|
margin-right: 5vw;
|
|
|
|
h1 {
|
|
font-size: 72px;
|
|
}
|
|
|
|
.home-title {
|
|
margin: 0;
|
|
color: #FFF;
|
|
font-family: "Tanker-Regular";
|
|
}
|
|
|
|
.using-engines {
|
|
width: 21vw;
|
|
}
|
|
}
|
|
}
|
|
|
|
.content {
|
|
justify-self: flex-end;
|
|
margin: 0;
|
|
margin-top: 2vh;
|
|
max-width: 450px;
|
|
}
|
|
} |