14 lines
No EOL
213 B
CSS
14 lines
No EOL
213 B
CSS
h1 {
|
|
text-align: left;
|
|
margin-top: 40px;
|
|
margin-bottom: 20px;
|
|
margin-left: 40px;
|
|
color: white;
|
|
}
|
|
|
|
h2 {
|
|
text-align: center;
|
|
margin-top: 40px;
|
|
margin-bottom: 20px;
|
|
color: white;
|
|
} |