about summary refs log tree commit diff
path: root/css/styles.css
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-26 22:03:56 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-26 22:03:56 +0300
commit99639514d62a5fd9e5098b77ce680b86c243113d (patch)
tree613f5727aab271369c88a64df2e82aa6599595dd /css/styles.css
parent32df4bc24b57d2ec3dc28cac44bd987d91031699 (diff)
downloadhttpy-99639514d62a5fd9e5098b77ce680b86c243113d.tar.gz
httpy-99639514d62a5fd9e5098b77ce680b86c243113d.zip
Small changes
Diffstat (limited to 'css/styles.css')
-rw-r--r--css/styles.css60
1 files changed, 0 insertions, 60 deletions
diff --git a/css/styles.css b/css/styles.css
deleted file mode 100644
index cb56704..0000000
--- a/css/styles.css
+++ /dev/null
@@ -1,60 +0,0 @@
-* {
-  margin: 0;
-  padding: 0;
-  background: transparent;
-}
-
-p, li {
-  padding-top: 4px;
-}
-
-ul {
-  padding-left: 20px;
-}
-
-body {
-  font-family: Arial, Helvetica, sans-serif;
-  color: white;
-  background: black;
-  display: flex;
-  flex-direction: column;
-  min-height: 100vh;
-}
-
-button {
-  padding: 10px;
-  color: white;
-  background: #2a2a2a;
-}
-
-img {
-  padding: 8px;
-}
-
-header {
-  background: #202020;
-  padding: 30px;
-  height: 5vh;
-  text-align: center;
-  font-size: 30px;
-}
-
-#section-div {
-  align-self: center;
-  width: 70vw;
-  min-height: 100vh;
-  background: #1a1a1a;
-}
-
-section {
-  padding: 20px 24px 24px;
-  font-size: 20px;
-}
-
-footer {
-  background: #202020;
-  padding: 25px;
-  text-align: center;
-  font-size: 10px;
-  margin-top: auto;
-}