From a8f70087f68e98a28eb5f5e4dcc67eb4efb66092 Mon Sep 17 00:00:00 2001 From: Ivan Davydov Date: Sat, 21 Jun 2025 18:52:53 +0300 Subject: None of your business! --- archive/folk-new/index.html | 40 ---------------------------------------- archive/folk-new/main.css | 44 -------------------------------------------- 2 files changed, 84 deletions(-) delete mode 100644 archive/folk-new/index.html delete mode 100644 archive/folk-new/main.css diff --git a/archive/folk-new/index.html b/archive/folk-new/index.html deleted file mode 100644 index 715b100..0000000 --- a/archive/folk-new/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - Студия дизайна и архитектуры «Folk» - - - - -
-
-
-

Студия дизайна и архитектуры

- Folk -
- -
- - - -
-
-
- - - - - - - - diff --git a/archive/folk-new/main.css b/archive/folk-new/main.css deleted file mode 100644 index 4db2466..0000000 --- a/archive/folk-new/main.css +++ /dev/null @@ -1,44 +0,0 @@ -* { - margin: 0; - padding: 0; - box-sizing: border-box; - hyphens: auto; -} - -html { - min-height: 100%; - min-width: 100%; - - display: flex; - flex-direction: column; -} - -body { - min-height: 100%; - width: 100%; - display: flex; - flex-direction: column; - flex-grow: 1; - font-family: Verdana, serif; - font-size: 11pt; - text-align: center; -} - -div#page_wrapper { - background-color: #e5e6e7; - min-height: 100%; - width: 100%; - flex-grow: 1; -} - -div.page { - position: relative; - margin: 1em auto 0px auto; -} - -div.header { - border-bottom: 5px solid black; - display: inline-block; - padding-bottom: 1em; - width: 50%; -} -- cgit v1.2.3