Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- If you want to change the color change it where it say "rgba()", "background: rgb();" and "background: linear rgb();" For more gradient visit cssgradient.io --->
- <style>
- #container01 {
- box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
- -webkit-box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
- -moz-box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
- border-radius:10px 10px 0px 0px;
- }
- #container02 {
- background: rgb(255,180,245);
- background: linear-gradient(0deg, rgba(255,180,245,1) 0%, rgba(178,217,240,1) 50%, rgba(255,180,245,1) 100%);
- }
- #container03 {
- background: rgb(255,180,245);
- background: linear-gradient(0deg, rgba(255,180,245,1) 0%, rgba(178,217,240,1) 50%, rgba(255,180,245,1) 100%);
- }
- #container04 {
- background: rgb(255,180,245);
- background: linear-gradient(0deg, rgba(255,180,245,1) 0%, rgba(178,217,240,1) 50%, rgba(255,180,245,1) 100%);
- }
- #container05 {
- box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
- -webkit-box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
- -moz-box-shadow: 2px 1px 15px 12px rgba(255,180,245,1) inset;
- border-radius:0px 0px 10px 10px;
- </style>
Advertisement
Add Comment
Please, Sign In to add comment