The first commit

This commit is contained in:
2021-10-06 20:52:35 +03:00
parent 3693c53d13
commit 49a67accd4
21 changed files with 1046 additions and 0 deletions

20
styles.css Normal file
View File

@@ -0,0 +1,20 @@
.icon{
display: table-cell;
min-height: 24px;
max-width: 24px;
background-repeat: no-repeat;
background-position: center;
background-size: 24px;
color: green;
}
.icon:hover{
transition: ease-in-out 100ms;
background-size: 16px;
}
.icon-archive{
/*background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/Ic_archive_48px.svg/48px-Ic_archive_48px.svg.png)*/
background-image: url(https://upload.wikimedia.org/wikipedia/commons/f/fb/Ic_archive_48px.svg)
}