-
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
Final #3
base: master
Are you sure you want to change the base?
Final #3
Conversation
Imput basic codes
Gave header, nav and div classes. Created the main utility nav with anchor tags for the children.
Added section01, 02 and footer along with footer content.
Created png for logo image, deleted unnecessary spaces, adjusted anchor links and paragraphs.
Index: Added another section and added headings to section 2 &3. CSS: Added basic content for all sections in LAYOUT/GRID
html: Placed main-nav in clearfix class and added the search bar feature CSS: Deleted clearfix, container and details for logo, added html font-size, toggling main-nav
This reverts commit 7f7d18d.
Added Gallery, changing reservation buttons and fixed images.
Index= switched around class and href history= added class css= revised buttons img= resized img
|
||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-6"> |
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.
The reason why the contact form & calendar are not lining up is because they're both in different .container
& .row
.
Move this .col-md-6
(line 99) up after line 92 or 93.. Please fix indentation, can't tell where your closing tag for .container
(line 62), .row
(line 63), & .col-md-6
(line 64) ends.
No description provided.