1. 3
    Layout a circular design using css transforms
    13m 25s

Layout a circular design using css transforms

InstructorIsaac Mann

Share this video with your friends

Send Tweet

Most webpages are nothing but rectangles, but css can do circles too. We use css transforms (specifically translate and rotate) to break out of the rectangle mode and create a page where elements are positioned along the edge of a circle.