mirror of
https://github.com/modmii/modmii.github.io.git
synced 2024-12-28 17:11:57 +01:00
13 lines
457 B
CSS
13 lines
457 B
CSS
body
|
|
|
|
{
|
|
|
|
font-family: Calibri, Arial, Helvetica, "Century Gothic", sans-serif;
|
|
|
|
background:#000000 url('Images/Gradient.png') repeat-x top;
|
|
|
|
font-smooth:always;
|
|
|
|
color:#d3d3d3;
|
|
|
|
margin-right:200px;
|
|
|
|
}
|
|
|
|
A:link {text-decoration: none;color: blue;}
|
|
|
|
A:visited {text-decoration: none;color: blue;}
|
|
|
|
A:active {text-decoration: none;color: blue;}
|
|
|
|
A:hover {text-decoration: none; color: red;}
|
|
|
|
div.justify {text-align:justify;text-justify:inter-word;} |