Skip to content

Commit

Permalink
fix my life
Browse files Browse the repository at this point in the history
  • Loading branch information
owsko committed Jul 10, 2024
1 parent 55014e7 commit f9a69b7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,17 @@
allowfullscreen
></iframe>

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/3Akplbv_R_Y?si=Qojspu6k3C4d5AKK"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>

<footer>incomplete</footer>
</div>

Expand Down
9 changes: 6 additions & 3 deletions stylesheets/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,23 @@ button:hover {
width: 85vw;
margin-left: 5px;
margin-right: 5px;
font-size: 16px;
font-size: 13px;
}

textarea {
width: 85vw;
margin-left: 5px;
margin-right: 5px;
font-size: 16px;
font-size: 13px;
}

button {
width: 70vw;
font-size: 20px;
font-size: 17px;
}

::placeholder {
font-size: 13px;
}

}
2 changes: 1 addition & 1 deletion stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ header {

.content iframe {

max-width: 530px;
max-width: 560px;
min-height: 315px;
width: 100%;
height: auto;
Expand Down

0 comments on commit f9a69b7

Please sign in to comment.