mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
.item {
|
|
border: 1px solid black;
|
|
padding: 10px;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
font-weight: bold;
|
|
position: relative;
|
|
}
|
|
.red { background: #fcc; }
|
|
.blue { background: #ccf; }
|
|
.green { background: #cfc; }
|
|
.yellow { background: #ffc; }
|