28 lines
235 B
CSS
28 lines
235 B
CSS
#red {
|
|
color: red;
|
|
}
|
|
|
|
#blue {
|
|
color: blue;
|
|
}
|
|
|
|
#orange {
|
|
color: orange;
|
|
}
|
|
|
|
#yellow {
|
|
color: yellow;
|
|
}
|
|
|
|
#green {
|
|
color: green;
|
|
}
|
|
|
|
.color-title {
|
|
font-weight: normal;
|
|
}
|
|
|
|
img {
|
|
height: 200px;
|
|
width: 200px;
|
|
} |