4 lines
50 B
CSS
4 lines
50 B
CSS
|
h1 {
|
||
|
text-align: center;
|
||
|
margin: 50px 0;
|
||
|
}
|