11 lines
114 B
CSS
11 lines
114 B
CSS
|
|
h1 {
|
|
text-decoration: underline;
|
|
color: red;
|
|
}
|
|
|
|
h2 {
|
|
text-decoration: underline;
|
|
color: green;
|
|
}
|