mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-26 14:46:57 -05:00
Styling without bootstrap
This commit is contained in:
18
www/style.css
Normal file
18
www/style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
body {
|
||||
font-family: "San Francisco", sans-serif;
|
||||
max-width: 50em;
|
||||
position: relative;
|
||||
margin: 0 auto 0;
|
||||
padding: 0 1.5em 3%;
|
||||
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
|
||||
}
|
||||
|
||||
body > * { max-width: inherit; overflow: auto; -webkit-overflow-scrolling: touch; }
|
||||
|
||||
#source li a img { width: 4em; background-color: silver; }
|
||||
|
||||
ul { margin: 0; padding: 0 }
|
||||
|
||||
ul li { list-style-type: none; display: inline; }
|
||||
|
||||
input, button { font-size: 1.3em; max-width: 10em;}
|
||||
Reference in New Issue
Block a user