Skip to main content

Posts

Showing posts from August, 2021

The website form I built

  <! 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" >      < link   rel = "stylesheet"   href = "style.css" >      < title > Fly makes you faster </ title >      < style >          * {      margin :  0 ;      padding :  0 ;      font-family :  sans-serif ; } body {      background-image :  linear-gradient (to  top   left ,  rgb ( 108 ,  206 ,  245 ),  rgb ( 19 ,  139 ,  237 )); ...

The website I built all by myself

  <! 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" >      < link   rel = "stylesheet"   href = "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css" >      < link   rel = "stylesheet"   href = "style.css" >      < title > My Website </ title >      < style >          * {      margin :  0 ;      padding :  0 ;      box-sizing :  border-box ;      font-family :  'Humnst777...

Indian girl web designer

<! 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" >      < link   rel = "stylesheet"   href = "style3.css" >      < script   src = "https://kit.fontawesome.com/c62ab2423f.js"   crossorigin = "anonymous" ></ script >      < title > Document </ title >      < Style >          * {      margin :  0 ;      padding :  0 ; } body {      font-family : 'Gill Sans' ,  'Gill Sans MT' , Calibri,  'Trebuchet...