Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- div {
- border:10px solid #3EC483;
- background: #5DEAA8;
- height: 100px;
- width: 200px;
- padding: 10px;
- margin: 10px;
- }
- */
- .div1 {
- background: #5DEAA8;
- height: 100px;
- width: 200px;
- border-top-left-radius: 10%;
- border-top-right-radius: 20%;
- border-bottom-left-radius: 30%;
- border-bottom-right-radius: 50%;
- border: solid #5B6DCD 5px;
- margin: 40px;
- padding: 5px;
- box-sizing: border-box;
- position: relative;
- top: 100px;
- }
- .div2 {
- border: 10px solid #3EC483;
- background: #5DEAA8;
- height: 100px;
- width: 200px;
- padding: 20px 50px 60px 40px;
- margin: 40px 30px 70px 30px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement