Skip to content

Commit

Permalink
new section
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Sep 5, 2024
1 parent 4f03d25 commit 41328a2
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
35 changes: 35 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4671,6 +4671,41 @@ html[dir=rtl] .pay h1 {
/* End Last section */


/* Tools */
.tool_icons {
display: flex;
justify-content: center;
gap:30px;
}

.tool_icons div img {
width:50px;
height:50px;
background-color:#ccc;
padding:10px;
border-radius:10px;
}

.tool_icons div p {
font-weight:600;
}

.tool_icons div {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap:10px;
}

@media (max-width: 620px) {
.tool_icons {
flex-direction:column;
}
}

/* Tools */

/* Start View More */
/* Start Header Section */
.header-img {
Expand Down
34 changes: 34 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,40 @@ <h6 class="swiper_title">Meet your Glide Certified Community</h6>
</Section>
<!-- End Section -->

<!-- Tools -->
<div class="">
<div class="head_title">
<h2 > +40 Tool Professional Development Tool </h2>
</div>
<div class="tool_icons">
<div>
<img src="" alt="">
<p></p>
</div>
<div>
<img src="" alt="">
<p></p>
</div>
<div>
<img src="" alt="">
<p></p>
</div>
<div>
<img src="" alt="">
<p></p>
</div>
<div>
<img src="" alt="">
<p></p>
</div>
<div>
<img src="" alt="">
<p></p>
</div>
</div>
</div>
<!-- Tools -->


<footer>
<div class="container">
Expand Down

0 comments on commit 41328a2

Please sign in to comment.