From 6561d66b4aaf16033bb358a0cdb6cfdaef41f9db Mon Sep 17 00:00:00 2001 From: elena Date: Mon, 2 Oct 2017 23:22:00 +0300 Subject: [PATCH] removed style for homepage Former-commit-id: 37593014c7a96826acc44844d2c7b90bf35ecc07 Former-commit-id: b7fa542fcc31bee859cc5fa554361cafb16f81d3 Former-commit-id: 6ab1a82a8c8615a6ee5de76264f0dc0cafff013b --- style.css | 65 ------------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 style.css diff --git a/style.css b/style.css deleted file mode 100644 index 2e39d12..0000000 --- a/style.css +++ /dev/null @@ -1,65 +0,0 @@ -/* Startpage Css - By Dylan Araps */ -html, -body, -ul { - margin: 0; - padding: 0; -} - -body { - background: #141111; - height: 100%; - width: 100%; -} - -main { - display: block; - font-family: 'Iosevka Nerd Font'; - font-size: medium; - left: 50%; - position: absolute; - top: 45%; - transform: translate(-50%, -50%); - width: 100%; -} - -h1 { - color: #292953; - display: block; - margin: 0 auto; - text-align: left; - width: 400px; -} - -hr { - border: 0; - border-top: 1px solid #292953; - opacity: .4; - width: 400px; -} - -ul { - display: block; - margin: 0 auto; - width: 400px; -} - -li { - color: #6E5D8F; - display: inline-block; - font-size: 1.2em; - line-height: 1.5; - list-style: none; - margin: 5px; -} - -a { - color: #B368A3; - text-decoration: none; - transition: .2s; -} - -a:hover { - color: #BF93BB; -}