Skip to content

Commit

Permalink
080922
Browse files Browse the repository at this point in the history
1417
  • Loading branch information
sergegithub22 committed Sep 8, 2022
1 parent 548938e commit 5204061
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 33 deletions.
28 changes: 19 additions & 9 deletions css/ecommerce_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,29 @@ button {
margin-left: 10px;
}
/* Header =============================== */
/*
.logo {
padding-top: 10px;
color: white;
background-color: #2485B8;
}
.logo_content {
max-width: 1220px;
display: flex;
justify-content: space-around;
align-items: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}.logo_content {
max-width: 1220px;
display: flex;
justify-content: space-around;
align-items: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
.main_logo {
font-size: 30px;
}
Expand All @@ -203,6 +221,7 @@ button {
h4.slogan {
font-size: 17px;
}
*/
.main_header {
background-color: #2485B8;
}
Expand Down Expand Up @@ -1374,12 +1393,3 @@ footer {
cursor: pointer;
outline: none;
}
.logo_content {
max-width: 1220px;
display: flex;
justify-content: space-around;
align-items: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}
3 changes: 2 additions & 1 deletion ecommerce.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<div class="wrapper">
<!-- Logo ================================================================================================================================================ -->
<!--
<section class="logo" >
<div class="logo_content">
<div>
Expand All @@ -31,6 +32,7 @@ <h4 class="slogan"> Be wise. <br>Buy smart.</h4>
</div>
</section>
<hr>
-->

<!-- Header ============================================================================================================================================ -->
<header class="main_header">
Expand Down Expand Up @@ -70,7 +72,6 @@ <h4 class="slogan"> Be wise. <br>Buy smart.</h4>
<li><a href="#">Delivery</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">Settings</a></li>
<li><a class="show_site_logo" href="#">Show site Logo</a></li>
</ul>
</li>
</ul>
Expand Down
23 changes: 0 additions & 23 deletions js/showsitelogo.js

This file was deleted.

0 comments on commit 5204061

Please sign in to comment.