Skip to content

Instantly share code, notes, and snippets.

@anirudhjain75
Created January 18, 2020 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anirudhjain75/27bdcfc82d16299b37f7ee31d226f835 to your computer and use it in GitHub Desktop.
Save anirudhjain75/27bdcfc82d16299b37f7ee31d226f835 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>THEME</title>
<style>
header{
background: rgb(158, 135, 135);
display: flex;
flex-direction: row;
justify-content: space-between;
}
#menu {
display: flex;
flex-direction: row;
align-items: center;
}
section{
background: gray;
text-align: center;
}
footer{
text-align: center;
}
body{
background: wheat;
font-family: 'Courier New', Courier, monospace ;
margin: 0;
padding: 0;
}
h1{
color: #DDDDDD;
background: rgb(44, 42, 42);
font-family: 'Rouge Script', cursive ;
}
h2{
color: #DDDDDD;
font-family: 'Courier New', Courier, monospace ;
}
h3{
color: #7FDBFF;
}
button{
padding: 15px 20px;
font-size: 15px;
text-align: center;
cursor: pointer;
outline: none;
color: black;
background-color: #39CCCC;
border: none;
border-radius: 10px;
box-shadow: 0 9px black;
}
}
</style>
</head>
<body>
<header>
<strong><h1>&nbsp YOU GOT AN IDEA !</h1></strong>
<div id="menu">
<div>a</div>
<div>b</div>
</div>
</header>
<section>
<p><h3>
<br> &nbsp Sell and manage your Art and Beautiful Templates.<br>
&nbsp Check some of our already designed templates.<br>
&nbsp Here you can Build, Buy and Earn by Creating and
<br> &nbsp selling your theme templates with lots of cool and
<br> &nbsp exclulsive features available.<br>
&nbsp Don't beleive us then see for yourself.</h3></p><br>
<h3><em>&nbsp Sign up to explore more! </em></h3><br> <br>
</section>
<footer>
<br><br>&nbsp &nbsp <button> Sign up for free</button> &nbsp &nbsp <button>Paid Sign up</button>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment