Skip to content

Commit

Permalink
Create buy.css
Browse files Browse the repository at this point in the history
hehe rickroll go brr
  • Loading branch information
AirrickD authored Mar 13, 2024
1 parent 408167e commit c6e2ca2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions buy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/* Style the video: 100% width and height to cover the entire window */
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
position: fixed;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
width: 100%;
padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
width: 200px;
font-size: 18px;
padding: 10px;
border: none;
background: #000;
color: #fff;
cursor: pointer;
}

#myBtn:hover {
background: #ddd;
color: black;
}

0 comments on commit c6e2ca2

Please sign in to comment.