From db360a625ae9622101e7b144f1e9736e8f4b3da8 Mon Sep 17 00:00:00 2001 From: Waref Haque Date: Sat, 9 Jul 2016 16:44:13 -0400 Subject: questions page CSS+HTML --- assets/css/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css index 6984c8c..6690b33 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -17,6 +17,10 @@ a { text-decoration: none; } +h1{ + color: #333333; +} + /*top_bar.height + main.height + footer.height = 8% + 80% + 12% */ #top-bar{ @@ -245,4 +249,23 @@ p.solutions-type{ #solutions-footer{ height: 13%; +} + +/**********************************************************************************************************************/ + +.questions-number{ + font-family: 'Roboto',sans-serif; + font-size: large; + color: #333333; + margin-left: 5%; + margin-bottom: 5px; + padding-top: 15px; +} +.questions-comment{ + font-family: 'Roboto',sans-serif; + font-size: medium; + color: dimgrey; + margin-left: 5%; + margin-top: 0px; + padding-bottom: 15px; } \ No newline at end of file -- cgit v1.2.3