22 lines
208 B
CSS
22 lines
208 B
CSS
h1 {
|
|
color: green;
|
|
font-size: 40px;
|
|
}
|
|
|
|
h2 {
|
|
color: red;
|
|
font-size: 60px;
|
|
}
|
|
|
|
p {
|
|
color: blue;
|
|
font-size: 80px;
|
|
}
|
|
|
|
img {
|
|
width: 200px;
|
|
}
|
|
|
|
.pink {
|
|
color: pink;
|
|
} |