-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Midterm #2
base: master
Are you sure you want to change the base?
Midterm #2
Conversation
Added footer content
Added nav-class
Organize footer
|
||
<!-- MAIN CSS --> | ||
<link href="css/styles.css" rel="stylesheet" type="text/css"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Place font-awesome.min.css
above your styles.css
. It is better to place third party styles above your styles.css
. This way your styles wont be overridden from the third party styles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for index.html
.
Home linked to index, about links to about.
No description provided.