introduce mini.css

This commit is contained in:
Paul
2019-04-13 00:41:36 +02:00
parent 20c96a8f47
commit b14676f9e5
3 changed files with 27 additions and 41 deletions
+3 -33
View File
@@ -1,39 +1,9 @@
body {
background-color: #ffffff;
font-family: arial, verdana, sans-serif;
text-align: left;
float: left;
}
.flat {
border: 0px;
}
header {
display: inline-block;
}
table {
border-width: 2px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: collapse;
background-color: white;
}
table th {
border-width: 4px;
padding: 5px;
border-style: solid;
border-color: gray;
background-color: white;
}
table td {
border-width: 4px;
padding: 5px;
border-style: solid;
border-color: gray;
background-color: white;
}
.header-img {
float: left;
margin: 0px 15px 15px 0px;
border: 0;
}
main {
background-color:white
}