Skip to content

Commit

Permalink
Just Added Borders to the Posters
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit2k1 committed Oct 20, 2021
1 parent 528600d commit 2eb5da0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cards.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
*{
font-family: 'Ubuntu', sans-serif;
}
.poster, .movie_card {
box-shadow: 0 0 10px red !important;

}

.flip-card_i{
position: relative;
Expand All @@ -15,6 +19,9 @@
width: 200px;
height: 400px;
}



.flip-card-back_i{
width: 200px !important;
height: 400px !important;
Expand Down
4 changes: 4 additions & 0 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

<!------------------------Scroll to top button------------------------------------------------>
<style>
.poster {
box-shadow: 0 0 15px red !important;

}
#scrollToTopButton {
position: fixed;
bottom: 40px;
Expand Down
4 changes: 4 additions & 0 deletions kids.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

<!------------------------Scroll to top button------------------------------------------------>
<style>
.poster, .movie_card {
box-shadow: 0 0 10px red !important;

}
#scrollToTopButton{
position:fixed;
bottom: 40px;
Expand Down
3 changes: 3 additions & 0 deletions movies.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

<!------------------------Scroll to top button------------------------------------------------>
<style>



#scrollToTopButton{
position: fixed;
bottom: 40px;
Expand Down
4 changes: 4 additions & 0 deletions tv.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@

<!------------------------Scroll to top button------------------------------------------------>
<style>
.poster, .movie_card {
box-shadow: 0 0 10px red !important;

}
#scrollToTopButton{
position:fixed;
bottom: 40px;
Expand Down
5 changes: 5 additions & 0 deletions webStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
background-color: rgb(15, 15, 73) !important;
color: white;
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 15px 0 rgba(0, 0, 0, 0.19);

box-shadow: 0 0 15px red !important;



}

.movie_card img {
Expand Down

0 comments on commit 2eb5da0

Please sign in to comment.