osint_stuff_tool_collection/style.css
2021-07-02 14:46:01 +03:00

32 lines
330 B
CSS

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