13 lines
113 B
CSS
13 lines
113 B
CSS
|
header{
|
||
|
font-size: 3rem;
|
||
|
margin-bottom: 2%;
|
||
|
}
|
||
|
|
||
|
main{
|
||
|
width: 60%;
|
||
|
}
|
||
|
|
||
|
section{
|
||
|
margin-top: 3rem;
|
||
|
}
|