diff --git a/README.md b/README.md
index a38d4d6..9b178c8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
-assignment_bootstrap_sprint
-===========================
-
-Pick yourself up!
-
-[A Bootstrap, HTM5 and SASS project from the Viking Code School](http://www.vikingcodeschool.com)
+Dan Donato
+
+# demo_bootstrap
+Smile!
+two
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..9949e18
--- /dev/null
+++ b/index.html
@@ -0,0 +1,141 @@
+
+
+
+
+
+
+ Bootstrap Demo
+
+
+
+
+
+
+
+
+
+
+
+ Hello, world!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..6df450d
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,27 @@
+.eyebrow{
+ background-color: #aaa;
+}
+
+.eye{
+ background-color: blue;
+}
+
+.nose{
+ font-size: 28px;
+}
+
+.mouth{
+ background-color: red;
+}
+
+.big-block{
+ height: 40px;
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+.small-block{
+ height: 15px;
+ margin-top: 2px;
+ margin-bottom: 2px;
+}