Skip to content

Instantly share code, notes, and snippets.

Created October 13, 2015 21:08
Show Gist options
  • Save anonymous/8c43c652f0583fc12ccd to your computer and use it in GitHub Desktop.
Save anonymous/8c43c652f0583fc12ccd to your computer and use it in GitHub Desktop.
Our ScriptEd Class // source http://jsbin.com/kiwagi
<!DOCTYPE html>
<html>
<head>
<title>Our ScriptEd Class</title>
<style id="jsbin-css">
h1{
color: blue;
background: url('http://designshack.net/wp-content/uploads/falltex-10.jpg');
font-family: Monospace;
outline:outset thick;
box-shadow:10px 10px 5px;
}
p{
color: blue;
}
</style>
</head>
<body>
<div style="color:#FF0000">
<h1>We Love ScriptEd!</h1>
<img src="http://i.imgur.com/4FNPCo7l.jpg">
<p>ScriptEd equips students with the fundamental coding skills and professional experiences that together create access to careers in technology.</p>
</div>
<script id="jsbin-source-html" type="text/html">
<!DOCTYPE html>
<html>
<head>
<title>Our ScriptEd Class</title>
</head>
<body>
<div style="color:#FF0000">
<h1>We Love ScriptEd!</h1>
<img src="http://i.imgur.com/4FNPCo7l.jpg">
<p>ScriptEd equips students with the fundamental coding skills and professional experiences that together create access to careers in technology.</p>
</div>
</body>
</html>
</script>
<script id="jsbin-source-css" type="text/css">
h1{
color: blue;
background: url('http://designshack.net/wp-content/uploads/falltex-10.jpg');
font-family: Monospace;
outline:outset thick;
box-shadow:10px 10px 5px;
}
p{
color: blue;
}
</script>
</body>
</html>
h1{
color: blue;
background: url('http://designshack.net/wp-content/uploads/falltex-10.jpg');
font-family: Monospace;
outline:outset thick;
box-shadow:10px 10px 5px;
}
p{
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment