mirror of
https://github.com/jlengrand/aswa-mongoose-tutorial2.git
synced 2026-03-10 08:01:26 +00:00
12 lines
169 B
CSS
12 lines
169 B
CSS
body {
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.completed {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
} |