diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-08-18 23:39:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-08-18 23:39:59 +0200 |
| commit | 1e006b7df774ac9966ba2105e68cebf5e395e98d (patch) | |
| tree | b145e5f68ac7ca4ba3f80ee1cb4df7cc9089c21d /public/css.css | |
| parent | a8a5509a02fec7dcc57ec9382c97685cf711360d (diff) | |
folkestone
Diffstat (limited to 'public/css.css')
| -rw-r--r-- | public/css.css | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/public/css.css b/public/css.css deleted file mode 100644 index 2bed6d9..0000000 --- a/public/css.css +++ /dev/null @@ -1,50 +0,0 @@ -html,body { -} -body.about, -body.entry, -body.submit { - overflow: hidden; -} - -#about, #entry, #submit { - position: fixed; - top: 0; left: 0; - width: 100%; height: 100%; - background: #444; - pointer-events: none; - opacity: 0; -} -.about #about, -.entry #entry, -.submit #submit { - opacity: 1; - pointer-events: auto; -} - -#header { - width: 100%; -} - -.cell { - display: inline-block; - width: 100vw; - height: 20vw; - color: white; - text-shadow: 0 0 2px #000; -} - -.media { - width: 100%; - max-height: 50vh; -} - -.cell:nth-child(3n+1) { background: #800; } -.cell:nth-child(3n+2) { background: #880; } -.cell:nth-child(3n+3) { background: #808; } - -@media screen and (max-width: 600px) { - .cell { - width: 100vw; - height: 20vh; - } -}
\ No newline at end of file |
