From eb3c1c39393c01291042ab69f35f2bdc7775930a Mon Sep 17 00:00:00 2001 From: Abdallah Sabbagh <65055275+Sabbaghh@users.noreply.github.com> Date: Fri, 24 Jul 2020 12:21:59 +0300 Subject: [PATCH] few cs edits --- css/example.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/css/example.css b/css/example.css index 6c78df9..b83505c 100644 --- a/css/example.css +++ b/css/example.css @@ -6,6 +6,7 @@ html, body { padding: 0px; } + body { background: #323232; font-family: 'Lato', Times, 'Times New Roman', serif; @@ -26,6 +27,9 @@ header { header div { margin-top: 10px; } +#main{ +text-align: center; +} a { color: cyan; @@ -34,12 +38,20 @@ a { article { display: inline-block; margin: 20px; + border: 1px dotted #FFF; + border-top-left-radius: 10px; + border-top-right-radius: 10px; + box-shadow: 1px 1px 5px black, + -1px -1px 5px black; + } h2 { font-size: 16px; margin-bottom: 20px; text-transform: uppercase; + text-shadow: 1px 1px 5px black; + opacity: 0.7; } small { @@ -85,4 +97,3 @@ ul { ul li:nth-child(odd) { background: #fff; } -