Design some nice-looking shadows
This commit is contained in:
parent
fe906d9242
commit
93fe8f1031
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ import CSegment from "./components/CSegment.vue";
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
box-shadow:
|
||||||
|
0 0 16px #0006,
|
||||||
|
0 0 500px #ffff,
|
||||||
|
inset 0 0 32px #0003;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue