-
Notifications
You must be signed in to change notification settings - Fork 0
Assignment 2 #2
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
base: main
Are you sure you want to change the base?
Assignment 2 #2
Conversation
|
|
||
|
|
||
| <!--nav-bar_start--> | ||
| <nav class="nav"> |
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.
They asked Nav Tag inside header tag
|
|
||
|
|
||
| <!-- left-section_start_unorderd-list --> | ||
| <section class="left_section"> |
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.
They asked to use Aside Tag for Left Side bar
|
|
||
|
|
||
| <!-- mid-section-start-img --> | ||
| <section class="mid_section"> |
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.
They asked to use ID Attribute to this Section tag
|
|
||
|
|
||
| <!-- right-section_start-unorderd-list --> | ||
| <section class="right_section"> |
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.
They asked to use Aside tag and ID attribute to this Right side bar
|
|
||
|
|
||
| <!-- footer_start--> | ||
| <footer class="footer"> |
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.
They asked to use ID Attribute to this footer tag
| margin-top: 3px; | ||
| background-color: rgb(36, 35, 35); | ||
| } | ||
| .nav_link{ |
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.
nav links should be center aligned
|
Layout is correct, have a check on using the colors for a better ux. |
No description provided.