Time for action—Changing the size of the text and font style on the footer blocks
It is possible to change the size of the text and the font style in the footer by modifying the following syntax. This is located in the footer section too. We have changed the font size to 1.3em
. The default code did not specify anything here.
#footer .block_various_links li a{ text-decoration:none;
font-size:1.3em
}
What just happened?
In the previous three exercises, you learned how to change the size of the text and font of the default block, center column block, and footer block. You should be able to see a pattern and apply the knowledge in the other blocks.