refactor code for title, added other styles for titles and other

This commit is contained in:
Kostya
2023-11-23 20:27:36 +03:00
parent dbbfb933a1
commit d19a511fb8
2 changed files with 4 additions and 31 deletions

View File

@@ -114,7 +114,7 @@
align-self: flex-end;
}
.line__content h3 {
.title-firstline {
color: #fff;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
@@ -135,26 +135,6 @@
width: 60%;
}
.line__btn--main a {
border-radius: 21px;
background: #FFF;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
color: #000;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 36px;
font-weight: 700;
padding: 11px 11px;
text-decoration: none;
text-transform: uppercase;
}
.line__btn--main a span {
color: #000;
font-size: 38px;
}
.gamemode__lines {
display: flex;
flex-direction: column;
@@ -207,13 +187,6 @@
}
.linecontent-2 h1 {
font-size: 91px;
color: #FFF;
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 30px;
}