Overview items pop up #3

Merged
keyemail merged 1 commit from master into internetsetup 2024-09-02 06:20:41 +00:00
Showing only changes of commit e730a3a239 - Show all commits

View file

@ -77,6 +77,10 @@
width: 230px; width: 230px;
border-radius: 20px; border-radius: 20px;
cursor: pointer; cursor: pointer;
transition: 0.3s transform;
}
li:hover {
transform: translateY(-5px);
} }
img { img {
width: 80px; width: 80px;