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:
8
4.css
8
4.css
@ -10,14 +10,18 @@ body {
|
|||||||
p{
|
p{
|
||||||
margin-left:10px;
|
margin-left:10px;
|
||||||
}
|
}
|
||||||
a{
|
a.pan{
|
||||||
color: #0077ff;
|
color: #0077ff;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
a:hover{
|
a.pan:hover{
|
||||||
color:#000000;
|
color:#000000;
|
||||||
}
|
}
|
||||||
|
a.btn{
|
||||||
|
transition: 0.1s all linear;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.spacer{
|
.spacer{
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user