Understand
- How to use HTML and CSS to create clickable cards, a popular user interface element
Apply
- Use banner page from last class to add project cards that will elegantly display the student's portfolio
- Use a series of divs along with CSS box-shadow to create the effect of a 3D card
Create
- Develop a HTML/CSS portfolio card that "floats" above the screen and leads to a specific project
Solution: https://codepen.io/scholarstem/pen/aMzdNz
For the instructor's eyes only
<div>
</div>
<h2>Title
<img> Picture
<p>Summary
<a>Link
2 min
<div>
</div>
<h2>Title
<img> Picture
<p>Summary
<a>Link
Each part needs to have a class!
10 min
How do we fix this?
Yay!
You'll receive the solution in the next lesson!
10 min