How to Create Coming Soon… Web Page Using HTML and CSS | Code and Video Tutorial

Share on facebook
Share on linkedin
Share on twitter
Share on email
Use "ufd6qb86" For Offers
Learn How to Create Basic “Website Coming Soon…” web Page Using HTML and CSS.
 

              

Output :

website comming soon
Output.

Download Image :

download free logo
Download logo for free.
 
<!DOCTYPE html>
<html>
<head>
 <title>Learning html and css</title>
 <link href="https://fonts.googleapis.com/css?family=Hi+Melody" rel="stylesheet">
<style>
body{
 background: linear-gradient(to right, #f1f1f1, white);
}

.img-1{
 width: 50%;
 height: 50%;
 margin-left: auto;
 margin-right: auto;
 display: block;
}

h1{
 text-align: center;
 font-family: 'Hi Melody', cursive;
 font-size: 100px;
}


</style>
</head>
<body>

 <img src="https://2.bp.blogspot.com/-YFWXJBSu5QQ/Wsiz_LeamUI/AAAAAAAAAks/ZtZ4XDNdxbc4WmmPK1oxNmZVEHxnNZllwCLcBGAs/s400/logo.png" class="img-1">

 <h1>
Website Coming Soon...</h1>
</body>
</html>
Get 20% Off on Trading Fee Use "LG3RJV7Z"

More To Explore

Use "ufd6qb86" For Offers