Skip to content

Commit

Permalink
tried second commit with so slow mobile internet
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizan-Sanzi committed Jul 28, 2024
1 parent 59008c3 commit 64674ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
</head>
<body>
<header>
<section class="header">
<nav class="navbar">
<div>
<div class="nav-head">
<h1>DevMind</h1>
</div>
<div class="nav-menu">
Expand All @@ -41,7 +40,6 @@ <h1 class="main-heading">Caring Mind of <span>Web Developer</span> is Very Essen
<img src="images/Images 2.png">
</div>
</div>
</section>
</header>
<main>
<!-- Change Your Habit Section -->
Expand Down
20 changes: 13 additions & 7 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ body {
.navbar {
display: flex;
justify-content: space-between;
width: 1070px;
width:auto;
height: auto;
margin: 60px 200px;
}
.nav-menu {
Expand All @@ -28,8 +29,7 @@ body {
}
.hamburger {
color: white;
margin: 60px 200px;
display: none;
margin: 70px 200px;
}
h1 {
color: rgb(230, 83,60);
Expand Down Expand Up @@ -392,17 +392,23 @@ hr {

.navbar {
/* display: flex; */
flex-direction: column;
/* flex-direction: column; */
align-items: center;
flex-wrap: wrap;
height: auto;
width: auto;
}
h1 {
color: gold;
}
.nav-menu {
/* display: flex; */
flex-direction: column;
flex-wrap: wrap;
display: none;
}
.hamburger {
color: white;
justify-content: center;
align-items: center;

}
.banner-container {
flex-direction: column;
Expand Down

0 comments on commit 64674ce

Please sign in to comment.