Classroom activity for front-end web dev class
#Week 1 Challenge 1.) Update index.html to include /css/styles.css 2.) Update index.html to include /css/fonts.css 3.) In index.html locate the header section. Recreate the content and layout of the header section. a.) Look at style.css and look for the grid system section. Make the .span_1_of_2 class have a width of 48.2%; b.) Find the Nav selector in style.css and give it a top margin of 4em; 4.) The Header or Top section of your page should now match the site according to the site.pdf file included in this project.