tuxcord.net/index.css
2024-12-23 15:36:20 +00:00

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;
}