summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-09 14:30:50 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-09 14:30:50 +0500
commit3af879d56533264b472a35fb2fd7d641df688724 (patch)
tree8db3cfdbb3599cd31d3a30f83b271c630e7092ad /style.css
parent1b1976a337c8e2923b998e8cb9764818251ab563 (diff)
change ul and flexbox
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 10 insertions, 11 deletions
diff --git a/style.css b/style.css
index 3f70ca5..43e199e 100644
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@ body {
max-width: 650px;
line-height: 1.6;
font-size: 18px;
- padding: 0 10px;
+ padding: 0;
color: #404040;
}
@@ -11,14 +11,6 @@ h1, h2, h3 {
line-height: 1.2;
}
-#flex {
- display: flex;
-}
-
-main {
- order: 1;
-}
-
img {
width: 100%;
}
@@ -28,6 +20,13 @@ footer {
padding: 30px 0;
}
-nav {
- order: 2;
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+}
+
+.flex-container {
+ display: flex;
+ justify-content: space-evenly;
}