diff options
| author | Waref Haque <warefhaque@Warefs-MacBook-Pro.local> | 2016-07-09 20:44:13 +0000 |
|---|---|---|
| committer | Waref Haque <warefhaque@Warefs-MacBook-Pro.local> | 2016-07-09 20:44:13 +0000 |
| commit | db360a625ae9622101e7b144f1e9736e8f4b3da8 (patch) | |
| tree | 7ea7c79f40a40020676eb5024643db9d6d38ea62 /assets/css/style.css | |
| parent | 65e9a1bfce945812f204ce1cbcccc0686f846782 (diff) | |
questions page CSS+HTML
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
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 |
