From 01e9cff4c6fa7f0672705613ff03107dabe9268d Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Mon, 11 Jul 2016 01:44:23 -0400 Subject: Need pull --- assets/css/style.css | 16 ++++++-- index.html | 102 ++++++++------------------------------------------- user_solutions.html | 66 +++++++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 90 deletions(-) create mode 100644 user_solutions.html diff --git a/assets/css/style.css b/assets/css/style.css index d8fcb54..28122e6 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -207,7 +207,18 @@ main .search img { display: inline; } -/* +main button#add-solution { + display: inline-block; + border-radius: 10px; + background-color: maroon; + color: white; + width: 110px; + +} + +main p { + display: inline-block; +} footer { background-color: #333333; @@ -235,15 +246,12 @@ footer h6 { font-style: italic; } -*/ -/* footer nav a { display: block; color: darkgray; vertical-align: top; } -*/ /***********************************************************************************************************************/ diff --git a/index.html b/index.html index f9a5325..07d8662 100644 --- a/index.html +++ b/index.html @@ -4,25 +4,12 @@ Solutions Repo - - - - - - - - - - - - - - - --> - - +
-
+ \ No newline at end of file diff --git a/user_solutions.html b/user_solutions.html new file mode 100644 index 0000000..ee56557 --- /dev/null +++ b/user_solutions.html @@ -0,0 +1,66 @@ + + + + + Solutions Repo + + + + + + +
+ + +
+ +
+ + + +
+ + + + + + -- cgit v1.2.3