From bd711df310aaa3c625b6f58f98798e8e7d9a758f Mon Sep 17 00:00:00 2001 From: Minteck Date: Thu, 14 Apr 2022 19:07:24 +0200 Subject: Design experiment --- .DS_Store | Bin 0 -> 6148 bytes assets/css/main.css | 22 ++++++++++++++++++++++ includes/header.php | 3 ++- includes/navigation.php | 2 +- index.php | 10 +++++++++- 5 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 .DS_Store create mode 100644 assets/css/main.css diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b20ffd5 Binary files /dev/null and b/.DS_Store differ diff --git a/assets/css/main.css b/assets/css/main.css new file mode 100644 index 0000000..4360305 --- /dev/null +++ b/assets/css/main.css @@ -0,0 +1,22 @@ +#hero { + text-align: center; + margin-top: 25px; +} + +#hero-img { + width: 256px; + max-width: 100vw; +} + +html, body.bg-dark { + margin: 0; + background-color: #402317 !important; +} +body * { + color: #fff; +} + +nav.navbar { + background-color: transparent !important; + border-bottom: 1px solid rgba(255,255,255,.25); +} \ No newline at end of file diff --git a/includes/header.php b/includes/header.php index a2574b4..7297572 100644 --- a/includes/header.php +++ b/includes/header.php @@ -7,7 +7,8 @@ + - \ No newline at end of file + \ No newline at end of file diff --git a/includes/navigation.php b/includes/navigation.php index df2f854..2d0fabf 100644 --- a/includes/navigation.php +++ b/includes/navigation.php @@ -1,4 +1,4 @@ -