diff options
author | Joris Guyonvarch | 2015-02-16 21:52:27 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-02-16 21:52:27 +0100 |
commit | ed1c7969bdaa0adac6f780894ced142fdfc470ba (patch) | |
tree | 048ea56eacd804354d3f66779abc16a59ddb2bf1 /style.css | |
parent | b8eb6babf8d71837c3aaddb8b92f9fd2d3ccb441 (diff) |
Fixing style
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -20,7 +20,7 @@ body { .header > a:hover { color: #222222; -} +} #content { margin-top: 120px; @@ -82,6 +82,14 @@ a:hover { color: #4C4C80; } +em { + font-style: italic; +} + +strong { + font-weight: bold; +} + .contact { background-color: #EEEEEE; border-radius: 5px; |