diff options
author | hellekin <hellekin@cepheide.org> | 2021-01-08 17:27:08 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2021-01-08 17:27:08 +0100 |
commit | 69e3be818e62d868f5430b0ad5afc08d99506b25 (patch) | |
tree | fa0eac8663404f4cd5e793f9ec027541a74a3897 /main_style.css | |
parent | e0d1e47c8e2097b437cf1a29f78837ed99307eb8 (diff) | |
download | dream.public.cat-69e3be818e62d868f5430b0ad5afc08d99506b25.tar.gz |
Remove previous files and only keep last version.
We're cleaning up and testing deployment...
Diffstat (limited to 'main_style.css')
-rw-r--r-- | main_style.css | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/main_style.css b/main_style.css deleted file mode 100644 index 43a37de..0000000 --- a/main_style.css +++ /dev/null @@ -1,65 +0,0 @@ -body { - background-color: #6666ff; - color: white; - text-align: center; -} - -body>header>h1 { - background: transparent url("https://dream.public.cat/uploads/dream/original/1X/0c90cdab7f4542baa08e4232e2ddb7e8216b419c.png") center/15rem no-repeat; - line-height: 15rem; - color: transparent; -} - -body>header>h2 { - font-size: 2.5rem; - font-weight: normal; -} - -body>header { - padding-bottom: 1.5rem; -} - -.tagline { - font-size: 1.25rem; -} - -main>article { - display: grid; - grid-template-columns: 33% 34% 33%; - background-color: #2196F3; - padding: 10px; -} - -main>article>section { - background-color: gray; - border: 1px solid black; - padding: 20px; - font-size: 1.5rem; - text-align: center; -} - -main nav a { - background-color: #4CAF50; - border: none; - color: white; - padding: 15px 32px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 1rem; -} - -aside { - width: 60%; - margin: auto; -} - -aside>section { - margin: 3rem auto; -} - -section { - background-color: gray; - border: 0.5rem solid #2196F3; - padding: 20px; -} |