the-bandit/bandit/css/bandit.css
2022-11-29 02:18:08 +07:00

22 lines
174 B
CSS

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