14 lines
168 B
CSS
14 lines
168 B
CSS
.red {
|
|
color:red;
|
|
}
|
|
ul {
|
|
list-style-position: inside;
|
|
}
|
|
body {
|
|
font-size: 1rem;
|
|
}
|
|
@media (max-width: 1000px) {
|
|
body {
|
|
font-size: 1.5rem;
|
|
}
|
|
} |