-
Notifications
You must be signed in to change notification settings - Fork 0
Pull Request for Project Review #16
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: empty-3
Are you sure you want to change the base?
Conversation
First commit connect css file to html
phase one headings
day two headings and body copy
Completed body
fleshing out addresses section in html and adding address in css
…es in other sections to clean up code.
added buttons in html
added forward slash
minor html cleanup and preliminary css styling
Day two css
shakalee14
left a comment
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.
- You removed the license and you need one for each project here at the Guild :)
- I like your new design! colors are great
demo.html
Outdated
|
|
||
| <div class="breakdown"> | ||
| <p>To style headings in various sizes, add the | ||
| <code class="class-name">.vast-h1</code> through |
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.
nice usage of the code html tag --- ive never used it and it looks appropriate here!
| padding: 0px 200px 5px 200px; | ||
| } | ||
|
|
||
| button.vast-btn, input.vast-btn { |
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.
border: none;
i believe will take away the depth and grey border on the button. bootstrap is famous for its flat buttons.
No description provided.