Skip to content

Instantly share code, notes, and snippets.

@KarneAsada
Created November 13, 2016 23:28
Show Gist options
  • Save KarneAsada/ad08fac3f830ea5564c5812a85a85a16 to your computer and use it in GitHub Desktop.
Save KarneAsada/ad08fac3f830ea5564c5812a85a85a16 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=ad08fac3f830ea5564c5812a85a85a16
<!DOCTYPE html>
<html>
<head>
<title>ScriptEd CSS Garden</title>
</head>
<body>
<h1 id="banner">ScriptEd CSS Site!</h1>
<h1 id="tagline">We love ScriptEd</h1>
<img src="http://i65.tinypic.com/qxvr46.jpg">
<p id="mission">ScriptEd equips students with the fundamental coding skills and professional experiences that together create access to careers in technology.</p>
<p id="about"> This year in ScriptEd we are going to create several websites, games and webapps! </p>
<h1 id="topics"> In ScriptEd we learn...</h1>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Git</li>
<li>jQuery</li>
</ul>
</body>
</html>
html {
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
background: url(http://i.imgur.com/E5gN1eK.gif);
color: #14DD00;
}
body {
background-color: rgba(0, 0, 0, 0.7)
}
#banner {
font-size: 3em;
font-weight: bold;
text-align: center;
}
#tagline {
font-style: italic;
}
#topics {
text-decoration: underline;
}
ul {
list-style-type: square;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment