diff options
Diffstat (limited to 'css/content.css')
| -rw-r--r-- | css/content.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/content.css b/css/content.css new file mode 100644 index 0000000..07352dc --- /dev/null +++ b/css/content.css @@ -0,0 +1,10 @@ +.content { + background-color: white; + padding: 5px; +} + +.content hr { + height: 1px; + border: none; + background-color: #98A5B0; +} |
