Sunday, June 4, 2017

global setting for EVERYTHING in CSS???

Stealing from here...

*{
   margin: 0;
   padding: 0;
}

 
 

I fell into this wondering how to make one of those goofy corner ribbons that appeared in examples when CSS3 first emerged which no one ever actually used. I guess it is just a matter of positioning a div floating above everything with absolute positioning and rotating it at a forty-five degree angle. I ended up finding something worth caring about along the way! Sink your teeth into that!

No comments:

Post a Comment