Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Dec 5, 2024
1 parent 5583ab0 commit d80eb9c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="google-site-verification" content="KIWWh3XFstCGuYOO_anEFzjsd9x_BeAXe645qFc5K54" />
<meta name="description" content="Descriptive, keyword-rich text that talks about the page content goes here.">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">

<title>Let's Try Edit2 - Text Editor</title>
</head>
Expand Down Expand Up @@ -62,7 +63,7 @@ <h2 class="two" id="section2">2. How to Use "Edit2"</h2>

<p><b>[Original Video]↓</b></p>

<iframe width="350" height="280"
<iframe class="video_indexsec2"
src="https://www.youtube.com/embed/yOEOmGiE1mg"
title="Let&#39;s Try Edit2 - Text Editor (Original version)"
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
Expand Down
21 changes: 21 additions & 0 deletions responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,24 @@
width: 100%;
}
}

/* class="video_indexsec2" */
@media (min-width: 1000px) {
.translations {
width: 60%;
}
}

@media (max-width: 1000px) {
.translations {
width: 80%;
margin-bottom: 50px;
}
}

@media (max-width: 670px) {
.translations {
width: 90%;
}
}

0 comments on commit d80eb9c

Please sign in to comment.