Update 4.css

This commit is contained in:
RobertHeaton
2023-09-03 08:16:57 +01:00
committed by GitHub
parent 5b9f320cda
commit ce606ac48f

8
4.css
View File

@ -10,14 +10,18 @@ body {
p{
margin-left:10px;
}
a{
a.pan{
color: #0077ff;
text-decoration: underline;
cursor: pointer;
}
a:hover{
a.pan:hover{
color:#000000;
}
a.btn{
transition: 0.1s all linear;
cursor: pointer;
}
.spacer{
margin-top:10px;