init commit
This commit is contained in:
commit
edc0dd01e8
20 changed files with 2920 additions and 0 deletions
40
assets/style.css
Normal file
40
assets/style.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
* {
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
td {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #d2e0ec;
|
||||
margin: 20px auto;
|
||||
max-width: 750px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #114488;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.flag-img {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
p.lineitem::after {
|
||||
content: " ";
|
||||
flex: 1;
|
||||
border-bottom: 1px dotted #000;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue