-
Notifications
You must be signed in to change notification settings - Fork 0
My first official commit #1
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: master
Are you sure you want to change the base?
Conversation
| #vision{ | ||
| float:left; | ||
| width:33.33%; | ||
| height:250px; |
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.
So far everything looks good. I'll have to see how it turned out tomorrow. The only critique I have is a small one. Make sure your code is neat. Have everything lined up evenly and uniformed. Might seem like a petty thing to critique right now but once we start getting into LESS and even JSX you will see how important it is to have neat code.
great-idea-website/index.html
Outdated
| <img class="logo" src="img/logo.png" alt="Great Idea! Company logo."> | ||
| </container> | ||
| </nav> | ||
| </container> |
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.
As I am sure container worked as far making an actual container, a rule of thumb is the only thing called container is the class of the body. In this instance you should replace the first container with header and the second container with div.
| <h1>On</h1> | ||
| <h1>Demand</h1> | ||
| <button id="started"> | ||
| <p>Get Started</p> |
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.
To save code space, you don't need to put p tags here. You could just put button and it would still work.
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.
Other than the minor things I have mentioned, this looks great. I don't know how it turned it in the browser yet but you have a solid understanding of how to set up your CSS and HTML. Great job! Can't wait to see it in our 1:1 tomorrow.
No description provided.