summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-02 01:42:01 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-02 01:42:01 +0500
commit1b1976a337c8e2923b998e8cb9764818251ab563 (patch)
tree7fce507343ecf69e38d2e5c6efb2070805e13f61 /style.css
parent132c4d7bc3e3238cfdf8401a75963e0a58bb9420 (diff)
change layout and navigation
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 217205e..3f70ca5 100644
--- a/style.css
+++ b/style.css
@@ -11,6 +11,14 @@ h1, h2, h3 {
line-height: 1.2;
}
+#flex {
+ display: flex;
+}
+
+main {
+ order: 1;
+}
+
img {
width: 100%;
}
@@ -19,3 +27,7 @@ footer {
text-align: center;
padding: 30px 0;
}
+
+nav {
+ order: 2;
+}