18 lines
174 B
CSS
18 lines
174 B
CSS
p {
|
|
font-family: Arial;
|
|
font-size: 16px;
|
|
color: black;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Arial;
|
|
font-size: 30px;
|
|
color: red;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Arial;
|
|
font-size: 24px;
|
|
color: orange;
|
|
}
|