From c13c53139ca6bff3cbe9153227b8d4dc712a8b4d Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Thu, 7 Jul 2016 23:45:39 -0400 Subject: Added basic content, created nav --- assets/css/style.css | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ assets/images/34429.png | Bin 0 -> 4169 bytes assets/images/logo.png | Bin 0 -> 6047 bytes index.html | 46 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 104 insertions(+) create mode 100644 assets/css/style.css create mode 100644 assets/images/34429.png create mode 100644 assets/images/logo.png create mode 100644 index.html diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..e67ac5f --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,58 @@ +ul { + list-style-type: none; +} + +#top-bar{ + background-color: #9d9090; + width: 100%; + display: flex; + + display: -webkit-flex; + flex-direction: row; + -webkit-flex-direction: row; + justify-content: space-between; + -webkit-justify-content: space-between; + align-items: flex-end; + -webkit-align-items: flex-end; +} + +#top-bar nav { + flex: 0 1 auto; + -webkit-flex: 0 1 auto; +} + +#top-bar img { + height: 20%; + width: auto; +} + + +#top-bar nav ul { + margin: 0; + padding: 0; + overflow: hidden; + background-color: #9d9090; +} +#top-bar ul li { + float: right; +} + +#top-bar ul li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; + vertical-align: bottom; +} + +#top-bar ul li a:hover { + background-color: lightblue; +} + + + + +footer { + bottom: 0; +} diff --git a/assets/images/34429.png b/assets/images/34429.png new file mode 100644 index 0000000..f4048f4 Binary files /dev/null and b/assets/images/34429.png differ diff --git a/assets/images/logo.png b/assets/images/logo.png new file mode 100644 index 0000000..c90d02e Binary files /dev/null and b/assets/images/logo.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..13f509e --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + + Solutions Repo + + + + +
+ + +
+ + + +

The solutions to all your problems.

+ + + + \ No newline at end of file -- cgit v1.2.3