Skip to content

Instantly share code, notes, and snippets.

View Bijesse's full-sized avatar

Tom Bijesse Bijesse

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Roman Numeral Converter</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
</head>
<body style="background-color:##55FF99;">
<!DOCTYPE html>
<html>
<head>
<title>4 Boxes</title>
</head>
<body>
<div class="all" id="one"></div>
<div class="all" id="two"></div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Do Now 5.1.0</title>
</head>
<body>
<button id = "magic">Click Here</button>
<button id = "appear">Click Here to make words appear</button>
<h1>Make this text hide</h1>
</body>
@Bijesse
Bijesse / index.html
Created September 23, 2016 20:56 — forked from anonymous/index.html
D3 US Color Map // source http://jsbin.com/ruracuzeve
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>D3 US Color Map</title>
<style id="jsbin-css">
body {
background:black;
}
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>ScriptEd >_</h1>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p> sdhagfl
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>No Name</title>
</head>
<body>
<h2>This line should have a green background</h2>
<p>This line should also have a green background</p>
<p>This line should have "Comic Sans MS" font-family</p>
<hr>
<!DOCTYPE html>
<html>
<head>
<title>IDs and Classes</title>
</head>
<body>
<h2>This line should have a green background</h2>
<p>This line should also have a green background</p>
<p>This line should have "Comic Sans MS" font-family</p>
<hr>
<!DOCTYPE html>
<html>
<head>
<title>IDs and Classes</title>
</head>
<body>
<h2 class="green blue">This should have a green background</h2>
<p>This too</p>
<p>And this.. but also with a "Comic Sans" font</p>
<hr>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
Hey ScriptEd Volunteers
</body>
</html>