a1154cea25
Updated solution file to match README for this exercise updated with this Pull.
19 lines
273 B
CSS
19 lines
273 B
CSS
.odd {
|
|
background-color: rgb(255, 167, 167);
|
|
font-family: Verdana, DejaVu Sans, sans-serif;
|
|
}
|
|
|
|
.oddly-cool {
|
|
font-size: 24px;
|
|
}
|
|
|
|
#two {
|
|
color: #0000ff;
|
|
font-size: 36px;
|
|
}
|
|
|
|
#four {
|
|
background-color: hsl(120, 100%, 75%);
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
}
|