MapleStory Finger Point
[30Days of HTML CSS] Day 03 | CSS Shapes Lab
·
30Days of HTML CSS
/* Write your CSS here */ #square { background-color: #d6ccc2; width: 100px; height: 100px; } #circle { background-color: #f5ebe0; width: 100px; height: 100px; border-radius: 50%; } https://codedamn.com/challenge/30-days-of-html-css 30 Days of HTML CSS - Codedamn Level up your coding skills with a daily coding challenge. Compete and share your progress every day and become a better developer. co..