github.io/static/old/it1/smittestopp/corona.css

20 lines
220 B
CSS
Raw Normal View History

2020-05-04 10:30:33 +00:00
table, th, td {
border: 2px solid gray;
}
th, td {
padding: 0.3rem;
}
table {
width: 100%;
}
2020-05-04 12:06:47 +00:00
#title {
margin-left: 3vw;
margin-bottom: 4rem;
margin-top: 4rem;
}
footer {
margin-top: 5rem;
}