ventilaar
/
twitter_zuil
Archived
1
Fork 0
This repository has been archived on 2021-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
twitter_zuil/static/scherm_style.css

42 lines
442 B
CSS

body {
background-color: #ffcc00;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
.tabel-lokaal {
float: left;
width: 50%;
}
.tabel-lokaal-header {
font-size: 200%;
}
.tabel-all-header {
font-size: 200%;
}
.descriptie-text {
margin: 3px;
font-size: 125%
}
.descriptie-naam {
margin: 3px;
font-size: 110%
}
.tabel-all {
float: left;
width: 50%;
}
.regel-text {
text-align: center
}