„css/skeleton-dark.css“ ändern
This commit is contained in:
parent
d93f9a8159
commit
f210c185ff
@ -259,3 +259,16 @@ hr {
|
|||||||
url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */
|
url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.ttf') format('truetype'), /* Safari, Android, iOS */
|
||||||
url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */
|
url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.zoom-box {
|
||||||
|
background-color:#CF4B32;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
margin: 32px auto;
|
||||||
|
transition: transform .2s; /* Animation */
|
||||||
|
}
|
||||||
|
|
||||||
|
.zoom-box:hover {
|
||||||
|
transform: scale(1.5);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user