purple
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
.yolo{
|
.yolo{
|
||||||
float: left;
|
float: left;
|
||||||
display: block;
|
display: block;
|
||||||
transition: all .25s ease-in-out;
|
transition: all .1s ease-in-out;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
.yolo:hover{
|
.yolo:hover{
|
||||||
background-color: black;
|
background-color: purple;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user