Posts

Showing posts from April, 2023

Bubble Animation Using HTML CSS

Image
 Bubble Animation Using HTML CSS WITH SOURCE CODE      IMAGE- HTML SOURCE CODE SAVE AS- INDEX.HTML <! DOCTYPE html > < html lang = "en" >   < head >     < link rel = "stylesheet" href = "bubble.css" />     < meta charset = "UTF-8" />     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" />     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" />     < title > Bubble animation </ title >   </ head >   < body >     < div class = "hero" >       < div class = "navbar" >         < h4 > Bubble  Animation </ h4 >         < button type = "button" > Sign Up </ button >       </ div >       < div class = "content" >         < small > Welcome to </ small >         < h1 >          Gaura

modern lamp using html css and javascript

Image
 modern lamp using html css and javascript youtube link- https://youtu.be/m2GlKN2K5p8 HTML SOURCE CODE SAVE AS INDEX.JS <! DOCTYPE html > < html lang = "en" >   < head >     < link rel = "stylesheet" href = "style.css" />     < meta charset = "UTF-8" />     < meta http-equiv = "X-UA-Compatible" content = "IE=edge" />     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" />     < title > Krish Lamp </ title >   </ head >   < body >     < div class = "hero" > >       < nav >                 < img src = "images/l.png" alt = "" class = "logo" />         < img src = "images/logo.png" alt = "" class = "logo" />         < img src = "images/menu.png" alt = "" class = "logo&quo

water text animation using html css

Image
 water text animation using html css Youtube Link- https://youtu.be/BtEGQp2jahU HTML CODE SAVE AS- INDEX.HTML <! DOCTYPE html > < html lang = "en" >     < head >         < meta charset = "UTF-8" />         < meta http-equiv = "X-UA-Compatible" content = "IE=edge" />         < meta name = "viewport" content = "width=device-width, initial-scale=1.0" />         < title > Water text Animation </ title >         < link rel = "stylesheet" href = "style.css" >     </ head >     < body >         < div class = "liquid" >             < h2 > Gaurav </ h2 >             < h2 > Gaurav </ h2 >             < h2 > Gaurav </ h2 >             < h2 > Gaurav </ h2 >         </ div >     </ body > </ html > CSS CODE save as Style.css @import url ( 'https:/

car animation using html Css

Image
 car animation using html Css youtube link-  https://youtu.be/Y2TkrUTBrdM Here the source code save as index.html <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title > Car animation </ title >         < link rel = "stylesheet" href = "style.css" >     </ head > < body >     < div class = "container" >               < div class = "sky" >             < div class = "trees" ></ div >             < div class = "track" ></ div >             < div class = "car" >                 < div class = "wheel wheel1" >                     < img src = "car_wheel_left.png" alt = "" >                 </ div >