Friday, October 9, 2015

Inline CSS...FTW!

Doing the final project I learned the power of inline CSS. I was starting to get frustrated with some of the work that I was doing because I would set things in my main.css file to set things like having my list for my navigation bar display horizontally and then later on when adding another listed in the page, all of a sudden that decides that it wants to display inline too and I didn’t want it too. So it was nice to figure out the inline CSS stuff so I didn’t have to compromise an element of my page because it would cause another one not to work the way I wanted it to.

No comments:

Post a Comment