Skip to content

Instantly share code, notes, and snippets.

@oskwazir
Created May 29, 2015 16:21
Show Gist options
  • Save oskwazir/165f03323b441c8f404c to your computer and use it in GitHub Desktop.
Save oskwazir/165f03323b441c8f404c to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/xacawi
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
.first-face{
background-color:#fff;
height:50px;
width:50px;
border:4px solid #fefefe;
border-radius:8px;
padding:10px;
border-style:outset;
}
.pip{
background-color:#333;
border:1px solid black;
border-radius:50%;
width:10px;
height:10px;
display:block;
}
body{
background-color:#766;
}
</style>
</head>
<body>
<div class="first-face">
<span class="pip"></span>
</div>
<script id="jsbin-source-css" type="text/css">.first-face{
background-color:#fff;
height:50px;
width:50px;
border:4px solid #fefefe;
border-radius:8px;
padding:10px;
border-style:outset;
}
.pip{
background-color:#333;
border:1px solid black;
border-radius:50%;
width:10px;
height:10px;
display:block;
}
body{
background-color:#766;
}</script>
</body>
</html>
.first-face{
background-color:#fff;
height:50px;
width:50px;
border:4px solid #fefefe;
border-radius:8px;
padding:10px;
border-style:outset;
}
.pip{
background-color:#333;
border:1px solid black;
border-radius:50%;
width:10px;
height:10px;
display:block;
}
body{
background-color:#766;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment