summaryrefslogtreecommitdiff
path: root/index.html
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 /index.html
parent1b1976a337c8e2923b998e8cb9764818251ab563 (diff)
change ul and flexbox
Diffstat (limited to 'index.html')
-rw-r--r--index.html31
1 files changed, 16 insertions, 15 deletions
diff --git a/index.html b/index.html
index 2ede705..ea126ac 100644
--- a/index.html
+++ b/index.html
@@ -7,24 +7,25 @@
<meta charset="utf-8">
</head>
<body>
- <div id="flex">
- <main>
- <header>
- <h1>Hello, this is my website.</h1>
- Thanks for stopping by!
- </header>
- <h2>Well...</h2>
- <p>nya~</p>
- <img src="images/maxwell.gif"/>
- <footer>
- <p>This is a footer.<p>
- </footer>
- </main>
- <nav>
+ <div class="flex-container">
+ <div>
+ <main>
+ <header>
+ <h1>Hello, this is my website.</h1>
+ Thanks for stopping by!
+ </header>
+ <h2>Well...</h2>
+ <p>nya~</p>
+ <img src="images/maxwell.gif"/>
+ <footer>
+ </footer>
+ </main>
+ </div>
+ <div>
<ul>
<li><h3><a href="links.html">links</a></h3></li>
</ul>
- </nav>
+ </div>
</div>
</body>
</html>