You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
377 B
CSS
52 lines
377 B
CSS
|
|
|
|
img
|
|
{
|
|
display: block;
|
|
padding: 20px;
|
|
}
|
|
|
|
|
|
/** make live selection of random links **/
|
|
div.container
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
h1.title
|
|
{
|
|
font-size: 60px;
|
|
color: purple;
|
|
font-family: "Cursive";
|
|
|
|
}
|
|
|
|
a.archive
|
|
{
|
|
color: red;
|
|
font-size:30px;
|
|
}
|
|
|
|
a.print
|
|
{
|
|
color: yellow;
|
|
font-size:45px;
|
|
}
|
|
|
|
a.video
|
|
{
|
|
color: blue;
|
|
font-size:50px;
|
|
}
|
|
|
|
a.audio
|
|
{
|
|
color: violet;
|
|
font-size:60px;
|
|
}
|
|
|
|
|
|
|