From 1b1976a337c8e2923b998e8cb9764818251ab563 Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 2 Jan 2025 01:42:01 +0500 Subject: change layout and navigation --- index.html | 29 +++++++++++++++++++---------- links.html | 27 +++++++++++++++++++++++++++ style.css | 12 ++++++++++++ 3 files changed, 58 insertions(+), 10 deletions(-) create mode 100644 links.html diff --git a/index.html b/index.html index 3a5f1e2..2ede705 100644 --- a/index.html +++ b/index.html @@ -7,15 +7,24 @@ -
-

Hello, this is my website.

- Thanks for stopping by! -
-

Well...

-

nya~

- - +
+
+
+

Hello, this is my website.

+ Thanks for stopping by! +
+

Well...

+

nya~

+ +
+

This is a footer.

+

+
+ +
diff --git a/links.html b/links.html new file mode 100644 index 0000000..b83ba1c --- /dev/null +++ b/links.html @@ -0,0 +1,27 @@ + + + + pwyazha + + + + + +
+
+
+

Some useful links

+
+

git

+
+

This is a footer.

+
+
+ +
+ + 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; +} -- cgit v1.2.3-70-g09d2