mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
9 lines
146 B
CSS
9 lines
146 B
CSS
|
footer {
|
||
|
width: 100%;
|
||
|
height: 60px;
|
||
|
line-height: 60px;
|
||
|
}
|
||
|
|
||
|
.some-shadow {
|
||
|
box-shadow: 0 1px 0px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
|
||
|
}
|