Html task1


Coding :

<!DOCTYPE html>

<html>

<head>

    <title>Evergreen</title>

    <style>

        .container {

            background-color: red;

            width: 20%;

            color: white;

            margin: auto;

            padding: 10px;

        }


        h1 {

            display: inline-block;          

            border-top: 3px solid white;     

            border-bottom: 3px solid white;  

            padding: 5px;               

        }

        p {

            font-size: 20px;

            margin-top: -20px;

        }

    </style>

</head>

<body style="text-align: center;">

    <div class="container">

        <div><sub>&#9733;</sub><sup>&#9733;</sup><sub>&#9733;</sub></div>

        <h1>PREMIUM</h1>

        <p>series</p>

    </div>

</body>

</html>


Output :


Comments

Popular posts from this blog

Aakash profile

Html task 2