Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

2. Creating The App Skeleton

Go to the video

In this video, we will stub out the basic structure of our application. We will create placeholders in our HTML for our Navbar, our Add Link Form, and our Links List display. We will also perform some setup in CSS by creating CSS Variables for our application colors, defining basic resets to standardize rendering across browsers, and organizing our CSS file into sections.

References