Added project 1 - Embedded YouTube Video.

This commit is contained in:
jme9
2024-12-06 17:14:11 -08:00
parent 08c3537ef3
commit 827926820c
4 changed files with 140 additions and 10 deletions
+8 -2
View File
@@ -257,13 +257,19 @@ button:hover {
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 520px;
height: 100%;
width: 100%;
overflow: hidden;
border-radius: 10px;
position: relative;
}
.project1-video {
width: 100%;
height: 100%;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* Project 2 */
.project2-form-container {