mirror of
https://github.com/RobertHeaton/RobertHeaton.github.io.git
synced 2026-01-11 06:12:05 +00:00
Update 4.css
This commit is contained in:
11
4.css
11
4.css
@ -23,14 +23,15 @@ a.btn{
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
border: 2px solid #ffffff;
|
border: 3px solid #ffffff;
|
||||||
|
background-color: #ffffff;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
a.btn:hover, .btn:focus {
|
a.btn:hover, .btn:focus {
|
||||||
border: 2px solid #0077ff;
|
border: 3px solid #0077ff;
|
||||||
border-radius: 15px;
|
background-color: #0077ff;
|
||||||
box-shadow: 0 1px 4px #000;
|
border-radius: 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spacer{
|
.spacer{
|
||||||
|
|||||||
Reference in New Issue
Block a user