This commit is contained in:
Stephen
2020-03-12 13:24:08 -07:00
parent c9f5b2a01c
commit 3052c6b2d5

View File

@@ -11,12 +11,12 @@
.yolo{
float: left;
display: block;
transition: all .25s ease-in-out;
transition: all .1s ease-in-out;
height: 30px;
width: 30px;
}
.yolo:hover{
background-color: black;
background-color: purple;
}
</style>
</head>