Skip to content

Commit

Permalink
Create Style.css
Browse files Browse the repository at this point in the history
init 2
  • Loading branch information
AceAtDev authored Dec 29, 2023
1 parent 83eeace commit ee3b3e5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.iframe-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 20px;
}
.video-container {
text-align: center;
margin: 10px;
padding: 30px;
border-radius: 10px;
background-color: #103948;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
}
iframe {
width: 100%;
height: 450px; /* Adjust the height as needed */
max-width: 560px;
border: none;
border-radius: 8px;
}
.video-header {
margin-top: 10px;
font-size: 18px;
font-weight: bold;
color: #fff;
}
@media (min-width: 600px) {
iframe {
height: 650px;
}
}

0 comments on commit ee3b3e5

Please sign in to comment.