55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < meta http-equiv ="Content-Type " content ="text/html ">
77 < meta name ="Author " content ="Bryan Guner ">
8+ < meta name ="keywords " content ="HTML, Meta Tags, Metadata " />
9+ < meta name ="description " content ="Learning about Web Development. " />
10+ < meta name ="revised " content ="Bryan Guner 4/16/2021 " />
11+ < meta http-equiv ="refresh " content ="5 "; ur ="https://lambda-w-1-notes.netlify.app/ " />
812 < title > Lambda Student Resources</ title >
913 < link type ="image/x-icon " href ="./favicon.ico " rel ="shortcut icon ">
1014 < link
4549 } ) ;
4650
4751 </ script >
52+ < style >
53+ @media screen and (min-width : 40em ) {
54+ article {
55+ display : grid;
56+ grid-template-columns : 3fr 1fr ;
57+ column-gap : 20px ;
58+ }
59+ @media screen and (max-width : 1680px ) {
60+
61+ html {
62+ font-size : 12pt ;
63+ }
64+
65+ }
66+
67+ @media screen and (max-width : 1280px ) {
68+
69+ html {
70+ font-size : 11pt ;
71+ }
72+
73+ }
74+
75+ @media screen and (max-width : 360px ) {
76+
77+ html {
78+ font-size : 10pt ;
79+ }
80+
81+ }
82+ </ style >
4883 </ head >
4984 <!----------------------------------------------------------------------------------------------------------------------------------------------------------------------->
5085 <!----------------------------------------------------------------------------------------------------------------------------------------------------------------------->
@@ -162,10 +197,12 @@ <h2>Listen to music while you study!</h2>
162197 </ center >
163198
164199 <!---------------------------------------------------------Transition Gif------------------------------------------------------------------------------------------>
165-
166-
200+ < br >
201+ </ br >
202+ < br >
203+ </ br >
167204 < center >
168- < img class ="embed " src ="./fireworks.gif " height ="365 " style ="width:850px ; " scrolling ="no " frameborder ="yes "
205+ < img class ="embed " src ="./fireworks.gif " height ="365 " style ="width:1050px ; " scrolling ="no " frameborder ="yes "
169206 allowtransparency ="true " allowfullscreen ="true " opacity ="0.7 " box-shaddow ="16px white ">
170207 </ center >
171208
@@ -309,7 +346,7 @@ <h2 style="align-self:center;">World Clock(Click To See Localized Time)</h2>
309346 let elem = document . getElementById ( 'audio' ) ;
310347 elem . parentNode . removeChild ( elem ) ;
311348 return false ;
312- }
349+ } ;
313350
314351 function pageInit ( ) {
315352 // Hook up the "remove audio" button
@@ -352,13 +389,13 @@ <h2 style="align-self:center;">World Clock(Click To See Localized Time)</h2>
352389 } else {
353390 mybutton . style . display = "none" ;
354391 }
355- }
392+ } ;
356393
357394 // When the user clicks on the button, scroll to the top of the document
358395 function topFunction ( ) {
359396 document . body . scrollTop = 0 ; // For Safari
360397 document . documentElement . scrollTop = 0 ; // For Chrome, Firefox, IE and Opera
361- }
398+ } ;
362399
363400 </ script >
364401
@@ -367,8 +404,8 @@ <h2 style="align-self:center;">World Clock(Click To See Localized Time)</h2>
367404 < br >
368405 <!---------------------------------------------------Footer------------------------------------------------------------------------------>
369406 <!----------------------------------------------------------------------------------------------------->
370- < iframe id =" footer " src ="https://nervous-spence-2c9965.netlify.app/ " frameborder ="0 " scrolling ="no " border:none;
371- style ="zoom:0.8; heght:1100; width :100% !important; " " > </ iframe >
407+ < iframe src ="https://nervous-spence-2c9965.netlify.app/ " id =" footer " frameborder ="0 " scrolling ="no " border:none;
408+ style ="zoom:0.8; heght:1100; width :100% !important; " > </ iframe >
372409</ div > </ body >
373410
374411</ html >
0 commit comments