1
0
xolatile.top/style.css
2025-05-27 20:19:15 -06:00

50 lines
486 B
CSS

body {
margin: auto;
width: 50%;
}
footer {
margin-top: 2em;
}
#links {
}
#title {
padding: 1em;
font-size: 2em;
}
#flag {
}
#back {
font-size: 11px;
padding-bottom: 1em;
}
h1, h2, h3 {
padding-left: 3em;
}
h4 {
padding-left: 1em;
}
p {
padding-left: 1em;
}
pre {
font-weight: bold;
}
a:link {
color: blue;
text-decoration: none;
}
a:visited {
color: purple;
text-decoration: none;
}
a:hover {
color: purple;
text-decoration: none;
}
a:active {
color: green;
text-decoration: none;
}