14 lines
227 B
CSS
14 lines
227 B
CSS
|
body{
|
||
|
background-color: rgba(8, 6, 37, 0.781);
|
||
|
color: white;
|
||
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||
|
margin-left: 5%;
|
||
|
}
|
||
|
|
||
|
a, a:visited {
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
ul{
|
||
|
list-style-type: none;
|
||
|
}
|