Created
October 13, 2015 21:08
-
-
Save anonymous/8c43c652f0583fc12ccd to your computer and use it in GitHub Desktop.
Our ScriptEd Class // source http://jsbin.com/kiwagi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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