osint_stuff_tool_collection/style.css
2021-07-02 15:05:06 +03:00

37 lines
375 B
CSS

*
{
text-align:center;
background-color:white;
color:black;
padding:2px;
font-size:20px;
}
li {
list-style-type: none;
}
ul {
margin-left: 0;
padding-left: 0;
}
h1,h3
{
font-size:30px;
}
h5,h6
{
font-size:27px;
}
a
{
color:blue;
font-weight: bold;
font-size:22px;
}