Skip to content

Instantly share code, notes, and snippets.

@joseph45666
Forked from anonymous/index.html
Created October 13, 2015 20:58
Show Gist options
  • Save joseph45666/5087107278758bdbb575 to your computer and use it in GitHub Desktop.
Save joseph45666/5087107278758bdbb575 to your computer and use it in GitHub Desktop.
YOUR SITE.COM // source http://jsbin.com/novabu
<html>
<head>
<title>YOUR SITE.COM</title>
<style id="jsbin-css">
body {
background-image: url(https://lh3.googleusercontent.com/-N2WUX-uaBGk/VgSCufevCnI/AAAAAAAAkpo/rh-NW5ve1so/s426/63c89838-611c-4903-bef1-ece47b0e0ae2.png);
background-size:cover;
}
.css-hero {
color: red;
font-size: 60px;
}
.css {
font-weight: 800;
font-style: comic;
}
.btn {
font-size:17px;
font-weight:650;
padding:7px 24px;
color: #ffffff;
}
.facebook{
background: #3B5998;
color: white;
border: 1px solid #3B5998;
font-size: 20px;
cursor: pointer;
}
.twitter{
background: #00aced;
color: white;
border: 1px solid #00aced;
font-size: 20px;
cursor: pointer;
}
.google{
background: #d34836;
color: white;
border: 1px solid #9e2111;
font-size: 20px;
cursor: pointer;
}
.kick-some-butt {
color: #FFAE5E;
font-size: 50px;
margin-left: 80px;
}
.plus {
color: #3BC0D6;
text-shadow: 1px 2px 2px #3BC0D6;
font-weight: 800;
}
.lets-code{
text-align: center;
font-size: 55px;
padding-top: 20px;
}
.my-social-network {
padding: 100px;
}
.google:hover, .facebook:hover, .twitter:hover{
transform:scale(1.2);
}
</style>
</head>
<body>
<div id="container">
<div class="css-hero">
&lt; Play Video Games /&gt;
<div>
<div class="kick-some-butt">
and kick some gaming butt......
</div>
<div class="lets-code">
<span class="css">Game</span>
<span class="plus">+</span>
<span class="css">HTML</span>
<span class="plus">+ </span>
<span class="css">Food</span>
<span class="plus">=</span>
<span class="css">Gaming Life</span>
</div>
<div class="my-social-network">
<button class=".btn google">Youtube</button>
<button class=".btn facebook">Twitch</button>
<button class=".btn twitter">Twitter</button>
</div>
</div>
<script id="jsbin-source-css" type="text/css">
body {
background-image: url(https://lh3.googleusercontent.com/-N2WUX-uaBGk/VgSCufevCnI/AAAAAAAAkpo/rh-NW5ve1so/s426/63c89838-611c-4903-bef1-ece47b0e0ae2.png);
background-size:cover;
}
.css-hero {
color: red;
font-size: 60px;
}
.css {
font-weight: 800;
font-style: comic;
}
.btn {
font-size:17px;
font-weight:650;
padding:7px 24px;
color: #ffffff;
}
.facebook{
background: #3B5998;
color: white;
border: 1px solid #3B5998;
font-size: 20px;
cursor: pointer;
}
.twitter{
background: #00aced;
color: white;
border: 1px solid #00aced;
font-size: 20px;
cursor: pointer;
}
.google{
background: #d34836;
color: white;
border: 1px solid #9e2111;
font-size: 20px;
cursor: pointer;
}
.kick-some-butt {
color: #FFAE5E;
font-size: 50px;
margin-left: 80px;
}
.plus {
color: #3BC0D6;
text-shadow: 1px 2px 2px #3BC0D6;
font-weight: 800;
}
.lets-code{
text-align: center;
font-size: 55px;
padding-top: 20px;
}
.my-social-network {
padding: 100px;
}
.google:hover, .facebook:hover, .twitter:hover{
transform:scale(1.2);
}
</script>
</body>
</html>
body {
background-image: url(https://lh3.googleusercontent.com/-N2WUX-uaBGk/VgSCufevCnI/AAAAAAAAkpo/rh-NW5ve1so/s426/63c89838-611c-4903-bef1-ece47b0e0ae2.png);
background-size:cover;
}
.css-hero {
color: red;
font-size: 60px;
}
.css {
font-weight: 800;
font-style: comic;
}
.btn {
font-size:17px;
font-weight:650;
padding:7px 24px;
color: #ffffff;
}
.facebook{
background: #3B5998;
color: white;
border: 1px solid #3B5998;
font-size: 20px;
cursor: pointer;
}
.twitter{
background: #00aced;
color: white;
border: 1px solid #00aced;
font-size: 20px;
cursor: pointer;
}
.google{
background: #d34836;
color: white;
border: 1px solid #9e2111;
font-size: 20px;
cursor: pointer;
}
.kick-some-butt {
color: #FFAE5E;
font-size: 50px;
margin-left: 80px;
}
.plus {
color: #3BC0D6;
text-shadow: 1px 2px 2px #3BC0D6;
font-weight: 800;
}
.lets-code{
text-align: center;
font-size: 55px;
padding-top: 20px;
}
.my-social-network {
padding: 100px;
}
.google:hover, .facebook:hover, .twitter:hover{
transform:scale(1.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment