bruh... it all hurts...
This commit is contained in:
parent
cc50b58e11
commit
fc83c04427
52 changed files with 15776 additions and 1 deletions
36
few/few.css
Normal file
36
few/few.css
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
img.index {
|
||||
float: left;
|
||||
padding: 15px;
|
||||
width: 150px;
|
||||
max-height: 150px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
div.card {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
body {
|
||||
max-width:600px;
|
||||
margin: auto;
|
||||
background-color: #dfe7ef;
|
||||
font-family: monospace !important;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
text-align: center;
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
h1, h3 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 5px dashed;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue