8 lines
77 B
CSS
8 lines
77 B
CSS
p {
|
|
color:blue;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|