Skip to content

Commit

Permalink
make video rounded corner
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay committed Jul 17, 2024
1 parent e7259b8 commit 30140df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -968,5 +968,5 @@ iframe[seamless] {
}

.rounded-corner-normal {
border-radius: 10px;
border-radius: 10px !important;
}
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h1>
</div>
</div>
<div class="col-md-6">
<div class="img-box">
<div class="img-box rounded-corner-normal">
<img src="images/slider-img-2.png" alt="">
</div>
</div>
Expand Down Expand Up @@ -300,7 +300,7 @@ <h2>
</div>
<div class="row">
<div class="col-md-6 ">
<div class="img-box">
<div class="img-box rounded-corner-normal">
<img src="images/about-me.jpg" alt="">
</div>
</div>
Expand Down Expand Up @@ -365,7 +365,7 @@ <h5>
</p>
</div>
<div>
<img width="100%"
<img class="rounded-corner-normal" width="100%"
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*mu7Uf1yATDK3V6NkiIk85A.png" alt="">
</div>

Expand All @@ -385,8 +385,8 @@ <h5>

</p>
</div>
<img width="100%" src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*nd953QJVBLuxAFcu_35eNw.png"
alt="">
<img class="rounded-corner-normal" width="100%"
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*nd953QJVBLuxAFcu_35eNw.png" alt="">
</a>
<!-- </div> -->

Expand Down

0 comments on commit 30140df

Please sign in to comment.