change of section titles and margin-top section
This commit is contained in:
+28
-6
@@ -17,13 +17,35 @@ body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3.2em;
|
||||
line-height: 1.1;
|
||||
color: #EAEAEA;
|
||||
text-align: center;
|
||||
|
||||
|
||||
h1{
|
||||
font-size: 4rem;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
font-family: Arial;
|
||||
font-size: 2.5rem;
|
||||
color: #f0f0f0;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.15rem;
|
||||
text-align: center;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.section-title::after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 60px;
|
||||
height: 3px;
|
||||
background-color: #D95F46;
|
||||
margin: 1rem auto 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
h2{
|
||||
color: #EAEAEA;
|
||||
color: #f0f0f0;
|
||||
}
|
||||
Reference in New Issue
Block a user