Coming soon…
I am going to take a dive into border-radius, gradients, and menus. See you soon! – Monica I am going to attempt a layman’s description of block formatting context. Woo! – Lynn
I am going to take a dive into border-radius, gradients, and menus. See you soon! – Monica I am going to attempt a layman’s description of block formatting context. Woo! – Lynn
In a practical attempt to use stars, I wanted to put together this American flag. I used CSS stars (created here), positioning, and the z-index. Good ol’ American flag: Check out the code here: live demo
Now that we know how triangles work, lets see something fun: stars! I started with three triangles to create a five-pointed star. HTML: <div class=”star”> <div class=”star-body”></div> <div class=”star-left”></div> <div class=”star-right”></div> </div> I adjusted the length of the sides of the triangle by changing the border-width property. The top border being longer and the right/left […]