aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-08 03:45:39 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-08 03:45:39 +0000
commitc13c53139ca6bff3cbe9153227b8d4dc712a8b4d (patch)
tree8753d524e87587502bc3930de974ae1e94ca6242 /assets
parent28801fce368f2def50605e24771901c3252917cd (diff)
Added basic content, created nav
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css58
-rw-r--r--assets/images/34429.pngbin0 -> 4169 bytes
-rw-r--r--assets/images/logo.pngbin0 -> 6047 bytes
3 files changed, 58 insertions, 0 deletions
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
--- /dev/null
+++ b/assets/images/34429.png
Binary files differ
diff --git a/assets/images/logo.png b/assets/images/logo.png
new file mode 100644
index 0000000..c90d02e
--- /dev/null
+++ b/assets/images/logo.png
Binary files differ