From d2e6f0f02c90b028b435b7af3cdac1c8eac75545 Mon Sep 17 00:00:00 2001 From: RobertHeaton <57216759+RobertHeaton@users.noreply.github.com> Date: Sun, 7 Mar 2021 04:24:32 +0000 Subject: [PATCH] Update 4.css --- 4.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/4.css b/4.css index a195847..08979d6 100644 --- a/4.css +++ b/4.css @@ -16,10 +16,6 @@ a:hover{ color:#000000; } -p{ - margin-left:10px; -} - .spacer{ margin-top:10px; height:7px; @@ -104,16 +100,16 @@ div.terminator{ div.main{ width:50vw; padding-top:1px; - border:3px solid; background-color:#d1d1d1; border-color:#ffffff; + box-shadow:0px 0px 20px 3px #000000; border-radius:5px; margin:auto; } h6 span{ cursor:pointer; - + width:calc(20% - 23px); line-height: 40px; font-size:30px; padding-top: 2px; @@ -122,7 +118,7 @@ h6 span{ padding-bottom:2px; border-bottom:3px solid #0077ff; transition: border-color .2s ease-out,border-color .2s ease-out; - white-space: nowrap; + margin-left: 15px; margin-right: 15px; }