Skip to content

Instantly share code, notes, and snippets.

@khanaslam439
Last active July 25, 2017 10:55
Show Gist options
  • Save khanaslam439/c121c7844058d0350e77dbd69f524e1d to your computer and use it in GitHub Desktop.
Save khanaslam439/c121c7844058d0350e77dbd69f524e1d to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<style>
header{background:tealblue;bottom-border-color:black;width:100%;height:20%;}
section{background:lightgreen;width:100%;height:70%;}
footer{background:tealblue;top-border-color:black;width:100%;text-align:center;height:10%;}
</style>
<title>My new Project</title>
</head>
<body>
<header>
<center>AK COmpany Embition Quality limited.</center>
</header>
<section>
</section>
<footer>
&copy; copyright Ak industry and &reg; rightreserved by aslam khan.
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment