„css/skeleton-dark.css“ ändern
This commit is contained in:
parent
d93f9a8159
commit
f210c185ff
@ -258,4 +258,17 @@ hr {
|
||||
url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.woff') format('woff'), /* Modern Browsers */
|
||||
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 */
|
||||
}
|
||||
|
||||
|
||||
.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