Here is the roadmap of the day
A simple challenge to manipulate basic HTML tags and create a profile page with headers/texts/images/tables.
Add simple CSS rules to design fonts and colors of your profile page.
Play with the box model (margin/border/padding/width/height
) by splitting your profile informations into different <div>
.
Use advanced selectors (id, class, grouping, descendant selectors) to fine-tune your page with a more subtle design.
Create a simple layout with an elegant fixed sidebar.
Create a cool profile dashboard by inserting your infos into a nice 2D layout. You'll have to use most standard CSS positionning techniques.