19 lines
194 B
CSS
19 lines
194 B
CSS
body {
|
|
background: #000000;
|
|
color: #00ff00;
|
|
}
|
|
.tuxcord-image {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 650px;
|
|
}
|
|
a:link {
|
|
color: cyan;
|
|
}
|
|
a:visited {
|
|
color: violet;
|
|
}
|
|
a:hover {
|
|
color: yellow;
|
|
}
|