pouque-chlor-web/css/style.css

11 lines
165 B
CSS
Raw Normal View History

2018-06-22 14:03:27 +03:00
body {
background: #242424;
font-family: monospace;
text-align: center;
}
2018-06-22 17:46:47 +03:00
2018-07-18 12:08:41 +03:00
a:link, a:visited, a:hover, a:active {
2018-06-22 17:46:47 +03:00
color: #ffffff;
text-decoration: none;
}