8 lines
77 B
CSS
8 lines
77 B
CSS
|
|
||
|
|
||
|
h1 {
|
||
|
font-size: 36px;
|
||
|
text-decoration: underline;
|
||
|
text-align: center;
|
||
|
}
|