Adding a simple border to the home button
This commit is contained in:
@@ -49,6 +49,15 @@ blockquote {
|
|||||||
-o-animation: fadeIn 3s;
|
-o-animation: fadeIn 3s;
|
||||||
-ms-animation: fadeIn 3s;
|
-ms-animation: fadeIn 3s;
|
||||||
}
|
}
|
||||||
|
.home-button {
|
||||||
|
padding-left: 1em;
|
||||||
|
background-color: #212121;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 3px;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
border-color: darkorange;
|
||||||
|
padding-right: 1em;
|
||||||
|
}
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
0% {opacity:0;}
|
0% {opacity:0;}
|
||||||
100% {opacity:1;}
|
100% {opacity:1;}
|
||||||
|
|||||||
Reference in New Issue
Block a user