Wednesday, 5 November 2014

Circles, Circles, Circles

Circles, Circles, Circles
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.

HTML

Inside the largest outside circle which has the "id="outside_outside_one_euro"" in the div element
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.

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.


HTML & CSS Code Together

No comments:

Post a Comment