diff --git a/css/style.css b/css/style.css index e69de29b..bbe98dc8 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,9 @@ +div { + border:1px solid greenyellow; +} +span { + margin:2px; + border:1px solid blue; + + +} \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..b056bee4 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,144 @@ - - - - - - -
- Build Me! -
- + + + + + + + + +

Welcome Captain Reynolds!

+

Shiny!

+
+
+ + \ No newline at end of file