diff options
Diffstat (limited to 'resources/pronouns.css')
-rw-r--r-- | resources/pronouns.css | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/resources/pronouns.css b/resources/pronouns.css index 1285cee..c27bd5a 100644 --- a/resources/pronouns.css +++ b/resources/pronouns.css @@ -1,34 +1,30 @@ body { - font-family: Futura, sans-serif; - background-color: #F6CEFC; + font-family: Futura, sans-serif; + background-color: #F6CEFC; +} + +footer { + font-size: 0.8em; +} + +.section { + margin: 8px; + padding: 4px 6px 4px 6px; + border: 4px solid #EEEEEE; + border-radius: 7px; } .examples { - margin: 8px; - padding: 4px 6px 4px 6px; - border: 4px solid #eeeeee; } .title { - margin: 8px; - padding: 4px 6px 4px 6px; - border: 4px solid #eeeeee; } .about { - margin: 8px; - padding: 4px 6px 4px 6px; - border: 4px solid #eeeeee; } .contact { - margin: 8px; - padding: 4px 6px 4px 6px; - border: 4px solid #eeeeee; } .table { - margin: 8px; - padding: 4px 6px 4px 6px; - border: 4px solid #eeeeee; } |