From 42807bcd5f2bf0067cea2f09666c0dc2beef3f00 Mon Sep 17 00:00:00 2001 From: yuenblue <1192129692@qq.com> Date: Sat, 23 Dec 2023 14:25:50 +0800 Subject: [PATCH] demo navbar --- Bootstrap-v5/Components/Offcanvas.html | 10 ++-- Bootstrap-v5/Components/navbar/navbar.html | 56 ++++++++++++++++++++++ htmlbasic/index.css | 12 +++++ htmlbasic/index.html | 42 ++++++++++++++++ 4 files changed, 115 insertions(+), 5 deletions(-) create mode 100644 Bootstrap-v5/Components/navbar/navbar.html create mode 100644 htmlbasic/index.css create mode 100644 htmlbasic/index.html diff --git a/Bootstrap-v5/Components/Offcanvas.html b/Bootstrap-v5/Components/Offcanvas.html index 6a027b2..0a9a4a4 100644 --- a/Bootstrap-v5/Components/Offcanvas.html +++ b/Bootstrap-v5/Components/Offcanvas.html @@ -3,11 +3,11 @@ Offcanvas - - - - - + + + + + diff --git a/Bootstrap-v5/Components/navbar/navbar.html b/Bootstrap-v5/Components/navbar/navbar.html new file mode 100644 index 0000000..d708b85 --- /dev/null +++ b/Bootstrap-v5/Components/navbar/navbar.html @@ -0,0 +1,56 @@ + + + + +无标题文档 + + + + + + + + + diff --git a/htmlbasic/index.css b/htmlbasic/index.css new file mode 100644 index 0000000..5beea00 --- /dev/null +++ b/htmlbasic/index.css @@ -0,0 +1,12 @@ +@charset "utf-8"; +/* CSS Document */ + + +article { + width: 80%; + margin: 0 auto; +} + +ul { + list-style-position: inside; +} diff --git a/htmlbasic/index.html b/htmlbasic/index.html new file mode 100644 index 0000000..71d22a7 --- /dev/null +++ b/htmlbasic/index.html @@ -0,0 +1,42 @@ + + + + +无标题文档 + + + + +
+

这是布局 P 标签的内容

+ +
+ + -- GitLab