Skip to content

Instantly share code, notes, and snippets.

View datdudejibril's full-sized avatar

C. Jibril Sulaiman II datdudejibril

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,800" rel="stylesheet" type="text/css">
<style id="jsbin-css">
body{
font-size: 18px;
font-family: 'Open Sans', sans-serif;
@datdudejibril
datdudejibril / Lesson 5
Last active February 6, 2017 20:30 — forked from anonymous/index.html
JS Bin// source http://jsbin.com/vusira
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
body{
font-size: 18px;
font-family: "Open Sans, sans serif";
}
@datdudejibril
datdudejibril / WDI Lesson 4
Last active February 5, 2017 20:17
WDI Lesson 4
<!-- Unit 4 Assignment
-->
<!DOCTYPE html>
<html>
<head>
<title>Super Fast Memory</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/x-icon" href="http://jibrilsulaiman.com/wp-content/uploads/2016/06/cropped-Head-Shot1-32x32.png" />
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
h1 {
color: red;
font-family:Arial;
font-size: 2em;
text-transform: uppercase;
@datdudejibril
datdudejibril / WDI Lesson 3
Last active February 5, 2017 18:20
Memory Game
<!DOCTYPE html>
<html>
<head>
<title>Super Fast Memory</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Super Fast Memory</h1>
<h2>Instructions</h2>