Html medical store website code

 <!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>medical store</title>


</head>


<body>


    <div>


        <ul style="font-size: 10px; padding: 10px; list-style-type: none; display: flex; background: green; justify-content: center; align-items: center; margin-top: auto; margin-bottom: auto;">


            <li style="margin-right: 20px; margin-bottom: 20px"><a href="https://google.com" target="_blank">Home</a></li>


            <li style="margin-right: 20px; margin-bottom: 20px"><a href="https://youtube.com" target="_blank">About</a></li>


            <li style="margin-right: 20px; margin-bottom: 20px"><a href="https://gmail.com" target="_blank">Products</a></li>


            <li style="margin-right: 20px; margin-bottom: 20px"><a href="https://instagram.com" target="_blank">Portfolio</a></li>


            <li style="margin-right: 20px; margin-bottom: 20px"><a href="https://github.com" target="_blank">Contact Us</a></li>


        </ul>


        <center style="margin-top: 60px

Comments

Popular Posts