Skip to content

Commit

Permalink
Restore hamburger icon
Browse files Browse the repository at this point in the history
  • Loading branch information
HrishabhCodes committed Oct 8, 2021
1 parent b815148 commit 28c4712
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 28 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file modified css/.DS_Store
Binary file not shown.
54 changes: 28 additions & 26 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14997,33 +14997,35 @@ License Terms .blog-entry {
display: inline-block;
cursor: pointer;
}
/*
.bar1,
.bar2,
.bar3 {
width: 35px;
height: 5px;
background-color: white;
margin: 6px 0;
transition: 0.4s;
}

.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}
@media (max-width: 990.8px) {
.bar1,
.bar2,
.bar3 {
width: 35px;
height: 5px;
background-color: white;
margin: 6px 0;
transition: 0.4s;
}

.change .bar2 {
opacity: 0;
}
.change .bar1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar3 {
-webkit-transform: rotate(45deg) translate(-8px, -8px);
transform: rotate(45deg) translate(-8px, -8px);
} */
.change .bar2 {
opacity: 0;
}

.form-group {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
}
.change .bar3 {
-webkit-transform: rotate(45deg) translate(-8px, -8px);
transform: rotate(45deg) translate(-8px, -8px);
}

.form-group {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
}
}
Binary file modified fonts/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<div class="container">
<a href="index.html"><span><img src="images/CodXCrypt.png" alt="" class="img-fluid"></span></a>
<div class="containerM" onclick="myFunction(this)">
<!-- <div class="bar1"></div>
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div> -->
<div class="bar3"></div>
</div>

<script>
Expand Down
Binary file modified scss/.DS_Store
Binary file not shown.

0 comments on commit 28c4712

Please sign in to comment.