osint_stuff_tool_collection/style.css

23 lines
280 B
CSS
Raw Normal View History

2021-07-02 13:35:49 +02:00
*
{
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;
}