Question: Write the full HTML and CSS files to reproduce the following output: Each snowball has a 2px solid black border, a border-radius of 50%,
Write the full HTML and CSS files to reproduce the following output: Each snowball has a 2px solid black border, a border-radius of 50%, and is centered on the page. The bottom snowball has a height and width of 200px, the middle has a height and width of 150px, and the top has a height and width of 100px. Each "spot" (eyes and buttons) has a height and width of 20px, a border-radius of 50%, and a black background. The top and middle snowballs have buttons that are equally-spaced apart (horizontally for the top and vertically for the middle snowball). You do not have to match our image exactly for the spacing between the spots, as long as they are spaced evenly and centered. Hint: There are several ways to solve this problem using the different layout techniques we've learned in this class. Some will be easier to use than others. Acti Write your HTML and CSS solutions below. Go to
Step by Step Solution
There are 3 Steps involved in it
Here is the HTML and CSS code to reproduce the snowman image as described html DOCTYPE html html lan... View full answer
Get step-by-step solutions from verified subject matter experts
