Update style.css

This commit is contained in:
Sam 2022-08-25 12:30:01 +03:00 committed by GitHub
parent 861f251f9e
commit 13223c515d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,20 +205,18 @@ footer .media ul li a:hover{
background: #000;
color: #fff;
}
footer #date{
footer .date{
color: #fff;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
}
/* End Footer */
/* Animataion */
@keyframes animate{
0%{
transform: translateX(-100%);
}
100%{
transform: translateX(100%);
}