Make A Neon LED Light


Its Very amazing to play with html and CSS.

If You able to learn it i will guarente

Code is Here:

 <!DOCTYPE html>

<html>

    

    <head>

        <meta charset="utf-8">

        <meta http-equiv="X-UA-Compatible" content="IE=edge">

        <title>Neon Light</title>

        <link rel="stylesheet" href="main.css">

        <style>

            body{

                margin: 0;

                padding: 0;

                display: flex;

                height: 10vh;

                justify-content: ;

                align-items: ;

                background-color: black;

                font-family: sans-serif;

                

            }

            a{

                padding: 10px 10px;

                display: inline-block;

                color: #008000;

                letter-spacing: 2px;

                text-transform: uppercase;

                text-decoration: none;

                font-size: 3em;

                overflow: hidden;

                

            }

            a:hover {

                color: #111;

                background: #39ff14;

                box-shadow: 0 0 50px #39ff14;

            }

        

        </style>

    </head>

    <body>

        <p align="center">

        <a>Subscribe Plz For More</a>

        </p>

        

    </body>

</html>


For Video : Click Here

Post a Comment

Previous Post Next Post