Locked lesson.
About this lesson
Adding Work Experience with panels.
Exercise files
Download this lesson’s related exercise files.
Building a Resume Website - Panels.docx59.1 KB Building a Resume Website - Panels - Solution.docx
61 KB
Quick reference
Building a Resume Website - Panels
Let's add some Panels to our website.
When to use
Panels are a great way to break apart different sections of a web page.
Instructions
To add a panel, copy and paste the Panel code from the Components section of GetBootstrap.com
We want the Panel with heading code.
<div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Panel title</h3> </div> <div class="panel-body"> Panel content </div> </div>
Hints & tips
- Panels are a great way to break apart content.
- Panels are found on the Components page at GetBootstrap.com.
- We want "Panels with Heading" for our project.
Lesson notes are only available for subscribers.