Posts

Business website templete HTML CSS Only

Image
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 ">      < link   rel =" stylesheet "   href =" css\styles.css ">      < link   rel =" preconnect "   href =" https://fonts.gstatic.com ">      < link   href =" https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap "   rel =" stylesheet ">      < title > Tech Ninja </ title > </ head > < body >      <!-- Navbar -->      < section   id =" navbar ">    ...

Hotel website templete HTML CSS Only

Image
 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" >      < link   rel = "stylesheet"   href = "CSS\styles.css" >      < link   rel = "preconnect"   href = "https://fonts.gstatic.com" >      < link   href = "https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap"   rel = "stylesheet" >      < title > Foodies | All your favourite food at one place </ title > </ head > < body >      < div   class = "main" >   ...