HannahAurand / old-portfolio

Online Portfolio
0 stars 0 forks source link

tip: css property shorthand #7

Open 0xZakk opened 6 years ago

0xZakk commented 6 years ago

You can use the CSS property shorthand here.

This:

https://github.com/HannahAurand/hannahaurand.github.io/blob/588dcd3c9ab3d6fc2ac224b8646061d63ffe30ce/CSS/mainStyle.css#L4-L8

Could be:

 body { 
     margin: 0;
 } 
HannahAurand commented 6 years ago

I did know about this, but for some reason it didn't work when I tried it last time. Sometimes it's faster to do it the long way than sit there and try to figure out why the short way isn't working. Thanks for pointing it out and reminding me. I'll try again and see if it works now.