| Nation |
|
body
{
background-color: lightgrey;
}
a:link
{
text-decoration: none;
}
a:visited
{
text-decoration: none;
}
a:active
{
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
h1
{
text-align: center;
font-family: "Times New Roman";
font-size: xx-large;
text-transform: capitalize;
color:rgb(128,0,0);
}
h6
{
text-align: center;
font-family: "Times New Roman";
font-size: xx-small;
text-transform: uppercase;
... |
| 0 comments | read more |
| |