8 lines
88 B
CSS
8 lines
88 B
CSS
div {
|
|
width: 300px;
|
|
height: 300px;
|
|
}
|
|
|
|
p, div, h1 {
|
|
background-color: #00F;
|
|
} |