Posts

Showing posts from July, 2020

basic Html css page

Image
   simple Landing page with use of html and some 😉🖳css.                   below you find the html code and a simple screen screeshot of final product you will find this landing page in 3 images  1. This is preview of carousel part below here👇 # This is second image # this is the last image After that you will find whole static page html and css code below👇 <!doctype html> <html lang="en">     <head>         <!-- Required meta tags -->         <meta charset="utf-8">         <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">         <!-- Bootstrap CSS -->         <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf2...