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; }