summaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-06-17 21:09:12 +0200
committerYour Name <you@example.com>2019-06-17 21:09:12 +0200
commit537338ab2a5cc96091720465b8fb40d75ecefd00 (patch)
treed781aeb00530d58bfd715d1b69f99d7a824cb6a2 /assets/css/screen.css
parentb820bd78cadb5af9fde4ea1e0ff7a99564e2cd46 (diff)
downloadhacklab.brussels-537338ab2a5cc96091720465b8fb40d75ecefd00.tar.gz
using hugo for site-generator now
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
deleted file mode 100644
index a0f8f68..0000000
--- a/assets/css/screen.css
+++ /dev/null
@@ -1,36 +0,0 @@
-@charset "UTF-8";
-
-html {
- font-family: Hack, "Source Code Pro", "DejaVu Sans Mono", monospace;
-}
-
-body {
- position: absolute;
- margin: 0;
- width: 100%;
- background-image:url("../img/ashley_2219.png");
- background-repeat: no-repeat;
- background-position: center center;
-}
-
-header h1 {
- text-align: center;
-}
-
-main {
- margin: 2rem auto;
- max-width: 42rem;
-}
-
-#act {
- background-color: rgba(255,255,255,0.5);
- margin-bottom: 3rem;
- padding: 0.25rem 1rem;
- border-radius: 1rem;
- border-bottom-left-radius: 0;
-}
-
-aside {
- margin: 0 auto;
- max-width: 42rem;
-}