13 lines
120 B
CSS
13 lines
120 B
CSS
h1 {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h2 {
|
|
text-decoration: underline;
|
|
color: green;
|
|
}
|
|
|
|
p {
|
|
color: red;
|
|
}
|