Skip to content
Snippets Groups Projects
Commit e53860bb authored by Michael Drury's avatar Michael Drury
Browse files

making websight have more of a responsive design

parent b2d3ee21
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,9 @@ a:link { ...@@ -20,9 +20,9 @@ a:link {
} }
.item_home_img { .item_home_img {
height: 200px; height: 90%;
float: right; float: right;
padding: 20px; padding: 2%;
} }
.home_side { .home_side {
...@@ -132,7 +132,7 @@ a:link { ...@@ -132,7 +132,7 @@ a:link {
.navbar_box { .navbar_box {
height: 70px; height: 70px;
width: 160px; width: 200px;
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
...@@ -142,19 +142,6 @@ a:link { ...@@ -142,19 +142,6 @@ a:link {
border-right: 1px solid grey; border-right: 1px solid grey;
} }
.navbar_box_home {
height: 70px;
width: 160px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
.navbar_box_home:hover {
border-left: 1px solid grey;
border-right: 1px solid grey;
}
li { li {
float: left; float: left;
} }
...@@ -175,6 +162,7 @@ li { ...@@ -175,6 +162,7 @@ li {
.navbar_item { .navbar_item {
display: block; display: block;
font-family: Andale Mono, monospace;
color: grey; color: grey;
font-size: 200%; font-size: 200%;
text-align: center; text-align: center;
...@@ -429,6 +417,7 @@ li { ...@@ -429,6 +417,7 @@ li {
.start_shopping_text { .start_shopping_text {
color: white; color: white;
font-size: 400%; font-size: 400%;
font-family: Andale Mono, monospace;
} }
.start_shopping_text:hover { .start_shopping_text:hover {
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
alt="logo image" /> alt="logo image" />
</div> </div>
<ul class = "navbar"> <ul class = "navbar">
<li><div class = "navbar_box_home"><a class = "navbar_item" href="{{ url_for('home') }}">Home</a></div></li> <li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('home') }}">Home</a></div></li>
<li><div class = "navbar_box_home"><a class = "navbar_item" href="{{ url_for('shopping') }}">Shopping</a></div></li> <li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('shopping') }}">Shopping</a></div></li>
<li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('cart') }}">Cart</a></div></li> <li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('cart') }}">Cart</a></div></li>
<li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('wishlist') }}">Wishlist</a></div></li> <li><div class = "navbar_box"><a class = "navbar_item" href="{{ url_for('wishlist') }}">Wishlist</a></div></li>
{% if current_user.is_authenticated %} {% if current_user.is_authenticated %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment