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 09d5bed commit e7259b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -965,4 +965,8 @@ a:focus {

iframe[seamless] {
border: none;
}

.rounded-corner-normal {
border-radius: 10px;
}
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ <h2>
<div class="row">
<div class="col-md-4 ">
<div class="box ">
<iframe width="380" height="325" src="https://www.youtube.com/embed/aeL5OjxLjnw">
<iframe class="rounded-corner-normal" width="380" height="325"
src="https://www.youtube.com/embed/aeL5OjxLjnw">
</iframe>
<!-- <div class="img-box">
<img src="images/s1.png" alt="">
Expand All @@ -260,15 +261,15 @@ <h5>
</div>
<div class="col-md-4 ">
<div class="box">
<iframe width="380" height="325" src="https://www.youtube.com/embed/UZZ21XwV-0c&"
style="margin-left: 10px;">
<iframe class="rounded-corner-normal" width="380" height="325"
src="https://www.youtube.com/embed/UZZ21XwV-0c" style="margin-left: 10px;">
</iframe>
</div>
</div>
<div class="col-md-4 ">
<div class="box ">
<iframe width="380" height="325" src="https://www.youtube.com/embed/_Ex8TlY6-sE"
style="margin-left: 10px;">
<div class="box">
<iframe class="rounded-corner-normal" width="380" height="325"
src="https://www.youtube.com/embed/_Ex8TlY6-sE" style="margin-left: 10px;">
</iframe>
</div>
</div>
Expand Down

0 comments on commit e7259b8

Please sign in to comment.