mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-11 14:22:04 +00:00
Update 4.css
This commit is contained in:
10
4.css
10
4.css
@ -16,10 +16,6 @@ a:hover{
|
|||||||
color:#000000;
|
color:#000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
p{
|
|
||||||
margin-left:10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.spacer{
|
.spacer{
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
height:7px;
|
height:7px;
|
||||||
@ -104,16 +100,16 @@ div.terminator{
|
|||||||
div.main{
|
div.main{
|
||||||
width:50vw;
|
width:50vw;
|
||||||
padding-top:1px;
|
padding-top:1px;
|
||||||
border:3px solid;
|
|
||||||
background-color:#d1d1d1;
|
background-color:#d1d1d1;
|
||||||
border-color:#ffffff;
|
border-color:#ffffff;
|
||||||
|
box-shadow:0px 0px 20px 3px #000000;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 span{
|
h6 span{
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
width:calc(20% - 23px);
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
font-size:30px;
|
font-size:30px;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
@ -122,7 +118,7 @@ h6 span{
|
|||||||
padding-bottom:2px;
|
padding-bottom:2px;
|
||||||
border-bottom:3px solid #0077ff;
|
border-bottom:3px solid #0077ff;
|
||||||
transition: border-color .2s ease-out,border-color .2s ease-out;
|
transition: border-color .2s ease-out,border-color .2s ease-out;
|
||||||
white-space: nowrap;
|
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user