5 lines
56 B
CSS
5 lines
56 B
CSS
|
h1 {
|
||
|
border: 1px solid black;
|
||
|
background-color:red;
|
||
|
}
|