mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
14 lines
304 B
Markdown
14 lines
304 B
Markdown
# paper-material
|
|
A Material Design container that looks like a lifted piece of paper.
|
|
|
|
`paper-material` is a container that renders two shadows on top of each other to
|
|
create the effect of a lifted piece of paper.
|
|
|
|
Example:
|
|
|
|
```html
|
|
<paper-material elevation="1">
|
|
... content ...
|
|
</paper-material>
|
|
```
|