Created
June 28, 2021 07:36
-
-
Save AitorAlejandro/2e77fb944afc8da5b466f9d2748be74a to your computer and use it in GitHub Desktop.
iPod styling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| box-sizing: border-box; | |
| } | |
| .ldPmWA { | |
| position: relative; | |
| margin: auto; | |
| width: 370px; | |
| border-radius: 30px; | |
| box-shadow: rgb(85 85 85) 0px 0px 2.4em inset; | |
| background: linear-gradient(rgb(227, 227, 227) 0%, rgb(214, 214, 214) 100%); | |
| -webkit-box-reflect: below 0px -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), color-stop(0.5, transparent), to(rgba(250, 250, 250, 0.3))); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment