init commit
This commit is contained in:
commit
edc0dd01e8
20 changed files with 2920 additions and 0 deletions
BIN
assets/flag-images/us-pa.png
Normal file
BIN
assets/flag-images/us-pa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
assets/flag-images/us-tx.png
Normal file
BIN
assets/flag-images/us-tx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 B |
BIN
assets/flag-images/us.png
Normal file
BIN
assets/flag-images/us.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 476 B |
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