Skip to content

Commit

Permalink
Some Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizan-Sanzi committed Aug 10, 2024
1 parent 50a2c6d commit a72eba5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>DevMind</h1>
</nav>
<div class="banner-container">
<div class="banner-content">
<h1 class="main-heading">Caring Mind of <span>Web Developer</span> is Very Essential.</h1>
<h1 class="main-heading">Caring Mind is <span>Very</span> Essential.</h1>
<p class="banner-description">Body and Mind Goes Together. If you want to keep your mind sound and sleep, you must keep your body fit. To keep your body fit, you need physical exercise.</p>
<button class="join-now">Join Now</button>
<button class="download-app">Download App</button>
Expand Down
9 changes: 8 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ span {
grid-template-columns: repeat(4, 1fr);
text-align: center;
}
.habit-img-one img {
border-radius: 50%;
border-color: 10px rgb(225, 228, 233);
}
.habit-img-two img {
border-radius: 50%;
}
/* BMI section */
.BMI {
display: flex;
Expand All @@ -139,7 +146,7 @@ span {
}
.bmi-content {
color: white;
margin-left: 330px;
margin-left: 325px;
width: 850px;
margin-top: 10px;
margin-bottom: 50px;
Expand Down

0 comments on commit a72eba5

Please sign in to comment.