the-bandit/bandit/css/bandit.css

22 lines
174 B
CSS
Raw Normal View History

2022-11-28 19:18:08 +00:00
a:link,
a:visited,
a:hover {
color:black;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: black;
}
tag {
font-size: 10px;
}
img {
border-radius: 10px;
}