-
Notifications
You must be signed in to change notification settings - Fork 35
Bcn 04-19 Chloé #7
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
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.
Very good!
<img src="./images/oracle-logo.png" alt=""> | ||
<img src="./images/ticketmaster-logo.png" alt=""> | ||
<button class="extra discover">DISCOVER WHY</button> | ||
<img class="partner" src="./images/airbnb-logo.png" alt=""> |
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.
Now that you have edited them maybe you could add the content for the alt attribute :)
@@ -1,7 +1,248 @@ | |||
html, body, div, span, applet, object, iframe, |
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.
Reset at the top, good
font-family: 'Slabo 27px', serif; | ||
*/ | ||
|
||
@media (max-width: 768px){ |
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 actually don't need to add all you code inside the media query, only the rules that are specific for that screen size. If you have questions about how to use the media queries please let us know
} | ||
|
||
.navigator{ | ||
|
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.
Remove the blank
No description provided.