1
EURO
The border-radius CSS property allows you to make round shapes.
This time, I've used several round shapes to design a coin.
are 2 more smaller circles which are labelled as "id="outside_one_euro"" and "id="inside_one_euro"".The smallest circle includes "1 EURO" put in separate div elements.
If you want to round the borders just a little bit you can use different px values.
This time, I've used several round shapes to design a coin.
HTML
Inside the largest outside circle which has the "id="outside_outside_one_euro"" in the div elementare 2 more smaller circles which are labelled as "id="outside_one_euro"" and "id="inside_one_euro"".The smallest circle includes "1 EURO" put in separate div elements.
CSS
border-radius:50% is applied to all div elements to create circles.If you want to round the borders just a little bit you can use different px values.
No comments:
Post a Comment