Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRaphaël Seguin
Full Stack JavaScript Techdegree Graduate 29,228 PointsCSS in PHP : where is the stylesheet linked ?
Hi all, I looked in every file in the CRUD in PHP course and I see no link to the style.css stylesheet. Still the style is applied, so where does it happen ? Thank you.
1 Answer
Corey Cramer
9,453 PointsIt's included in inc/header.php which includes all of the tags for opening up a HTML file (opening HTML tag; head with meta tags for the title and stylesheets, favicon, etc.; body tag, and opening div with a class of content)
Footer includes the closing div with a class of content; footer section with; closing body tag; and closing HTML tag
Raphaël Seguin
Full Stack JavaScript Techdegree Graduate 29,228 PointsRaphaël Seguin
Full Stack JavaScript Techdegree Graduate 29,228 PointsThanks Corey ! It's there !
Corey Cramer
9,453 PointsCorey Cramer
9,453 PointsYou're very welcome!