initial commit
This commit is contained in:
26
static/css/style.css
Normal file
26
static/css/style.css
Normal file
@@ -0,0 +1,26 @@
|
||||
html, body {
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
h1 {
|
||||
font-size: xx-large;
|
||||
font-weight: bolder; }
|
||||
|
||||
#topcards > .card {
|
||||
display: inline-block; }
|
||||
|
||||
.card-ace {
|
||||
position: relative;
|
||||
-webkit-transition: left 0.25s;
|
||||
-moz-transition: left 0.25s;
|
||||
-ms-transition: left 0.25s;
|
||||
-o-transition: left 0.25s;
|
||||
transition: left 0.25s;
|
||||
display: inline; }
|
||||
|
||||
.card {
|
||||
height: 100px; }
|
||||
.card svg {
|
||||
height: 100px; }
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
Reference in New Issue
Block a user