NIWPI/pages/test/06.test2/.revs/20180501-191545/test.css

19 lines
173 B
CSS

body {
background-color: grey;
max-width: 1200px;
}
a {
color: #999;
text-decoration: none;
outline: none;
}
a:hover {
text-decoration: underline;
color: #FFF;
}