Skip to content

Instantly share code, notes, and snippets.

@zarazum
Created May 19, 2015 14:50
Show Gist options
  • Save zarazum/9bb9f0a72833123f6df1 to your computer and use it in GitHub Desktop.
Save zarazum/9bb9f0a72833123f6df1 to your computer and use it in GitHub Desktop.
Homework 00 // source http://jsbin.com/pojava
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Homework 00</title>
<link href='http://fonts.googleapis.com/css?family=Press+Start+2P' rel='stylesheet' type='text/css'>
<style id="jsbin-css">
body{
color: #fff;
font-family: 'Press Start 2P', cursive;
font-size: 12px;
}
div{
width: 400px;
height: 400px;
margin: 20px auto;
}
h1{
text-align:center;
}
.frame{
background: #424242;
padding: 20px;
}
.description{
background: #ffffaa;
padding: 20px;
}
</style>
</head>
<body>
<div class="frame">
<h1 id="largetype">Кружок вёрстки и&nbsp;шитья</h1>
<canvas></canvas>
</div>
<div class="description"></div>
<script id="jsbin-source-css" type="text/css">
body{
color: #fff;
font-family: 'Press Start 2P', cursive;
font-size: 12px;
}
div{
width: 400px;
height: 400px;
margin: 20px auto;
}
h1{
text-align:center;
}
.frame{
background: #424242;
padding: 20px;
}
.description{
background: #ffffaa;
padding: 20px;
}
</script>
</body>
</html>
body{
color: #fff;
font-family: 'Press Start 2P', cursive;
font-size: 12px;
}
div{
width: 400px;
height: 400px;
margin: 20px auto;
}
h1{
text-align:center;
}
.frame{
background: #424242;
padding: 20px;
}
.description{
background: #ffffaa;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment