Update 4.css

This commit is contained in:
RobertHeaton
2021-03-07 04:24:32 +00:00
committed by GitHub
parent 6916f78820
commit d2e6f0f02c

10
4.css
View File

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