Update 4.css

This commit is contained in:
RobertHeaton
2023-09-03 08:48:26 +01:00
committed by GitHub
parent 53d6422ba6
commit 067a6e2edc

11
4.css
View File

@ -23,14 +23,15 @@ a.btn{
text-decoration: none;
cursor: pointer;
margin: 15px;
border: 2px solid #ffffff;
border: 3px solid #ffffff;
background-color: #ffffff;
border-radius: 15px;
}
a.btn:hover, .btn:focus {
border: 2px solid #0077ff;
border-radius: 15px;
box-shadow: 0 1px 4px #000;
text-decoration: none;
border: 3px solid #0077ff;
background-color: #0077ff;
border-radius: 15px;
text-decoration: none;
}
.spacer{