Answers for "under construction html page free download"

0

website under construction html code free

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title></title>
    </head>
    <body>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <div class="myDiv">
        <h1>The website's is under construction</h1>
        <h2>Coming Soon</h2>
        </div>
        
        <style>
            body{
                background-color: #ded883;
                text-align: center;
            }
            
            .myDiv{
                border: 2px solid lightpink;
                color: solid cyan;
                font-family: bold;
            
            }
            
            .myDiv:hover{
                
                background-color: lime;
                color: black;
                font-family: chiller;
            }
            
        </style>
    </body>
</html>
Posted by: Guest on July-12-2021

Code answers related to "under construction html page free download"

Browse Popular Code Answers by Language