34 lines
388 B
CSS
34 lines
388 B
CSS
h1{
|
|
font-size: 40px;
|
|
text-align: center;
|
|
color: aliceblue;
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
h2{
|
|
font-size:30px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h3{
|
|
font-size:20px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: aliceblue;
|
|
}
|
|
|
|
h4{
|
|
font-size:10px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h5{
|
|
font-size:5px;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h6{
|
|
font-size:2px;
|
|
font-weight: 400;
|
|
} |