update: css hover/inline block

This commit is contained in:
2023-07-08 02:51:57 +02:00
parent 8c39628a51
commit a726032cf6

View File

@@ -81,6 +81,7 @@ body{
}
.last-status{
display: inline-block;
margin-top: 10px;
box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.5);
background: linear-gradient(to top, #cfc6b054 0%, #cfcfcfc4 100%);
@@ -176,3 +177,7 @@ body{
.clear {
clear: both;
}
.hover:hover{
opacity: 0.7;
}