From bfb2a98029afb62458ccf64ab9b4f472fbc4429d Mon Sep 17 00:00:00 2001 From: Kara Thrash Date: Thu, 13 Jul 2017 13:48:24 -0400 Subject: [PATCH 1/2] Add files via upload --- README.md | 9 ++-- index.html | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 27 ++++++++++ 3 files changed, 171 insertions(+), 6 deletions(-) create mode 100644 index.html create mode 100644 styles.css diff --git a/README.md b/README.md index a38d4d6..1f5f566 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -assignment_bootstrap_sprint -=========================== - -Pick yourself up! - -[A Bootstrap, HTM5 and SASS project from the Viking Code School](http://www.vikingcodeschool.com) +# 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!

+ +
+ +
+
+
+
+ + +
+ + +
+ + +
+
+
+
+ + +
+ + +
+
+ + +
+
+ +
+ + +
+
+
+
+ +
+ + + +
+ + +
+
+
+
+ + +
+ + +
+
+ + +
+
+ +
+ + +
+
+
+
+ +
+
+ + + +
+
+ HONK +
+
+ + + +
+ + +
+ + +
+ +
+ + + +
+
+
+ +
+ + + + + + + + + + + + + + + + + + + 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; +} From f0555be18a1b22947bbffeafb645a30f67ee8969 Mon Sep 17 00:00:00 2001 From: Kara Thrash Date: Thu, 13 Jul 2017 13:48:41 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1f5f566..9b178c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Dan Donato + # demo_bootstrap Smile! two