Skip to content

Conversation

mucklaa
Copy link

@mucklaa mucklaa commented Apr 4, 2019

No description provided.

Copy link
Collaborator

@tawebbcn tawebbcn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good!! revise the comments if you have questions please let us know

<img src="./images/oracle-logo.png" alt="">
<img src="./images/ticketmaster-logo.png" alt="">
<button class="white-button">DISCOVER WHY</button>
<img class="logo-img" src="./images/airbnb-logo.png" alt="">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that you have changed them you could've added the alt attribute content :)

@@ -1,7 +1,258 @@
html, body, div, span, applet, object, iframe,
Copy link
Collaborator

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




@media screen and (max-width: 768px){
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to put all your code inside this @mediaquery. Just specific things that only are different for that screen size. Please if you have questions regarding how to use media queries let us know.

align-items: center;
width: 100%;
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to be consistent with the format, if you add a blank space between rules always keep it with one and not two

header {
display: flex;
flex-direction: column;
margin-top: 100px; /*how can i put it to the next position without using margin? with flex column?*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the previous element have position: fixed you need the margin to separe them.

color: #2C303F;
font-size: 35px;
font-weight: bold;
margin: 0 15px 15px 15px;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to find the way no to repeat code in CSS neither. So in this case margin: 0 15px 15px 15px; is the same in the h1 and p, maybe you could find a way to put it in both with one rule?

}

footer {
display: flex;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation!


#footerI {
display: flex;
flex-direction: row;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by default flex-direction is row

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants