Skip to content

Instantly share code, notes, and snippets.

@AitorAlejandro
Created June 28, 2021 07:36
Show Gist options
  • Select an option

  • Save AitorAlejandro/2e77fb944afc8da5b466f9d2748be74a to your computer and use it in GitHub Desktop.

Select an option

Save AitorAlejandro/2e77fb944afc8da5b466f9d2748be74a to your computer and use it in GitHub Desktop.
iPod styling
* {
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