Skip to content

Conversation

@OscarBosigas
Copy link
Owner

No description provided.

@@ -0,0 +1,22 @@
header, footer{
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
header, footer{
header, footer {

header, footer{
background-color: coral;
}
form{
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
form{
form {

Comment on lines 5 to 7
background-image: url(https://dissenyaweb.com/blog/diseno_web/wp-content/uploads/large-background-1024x724.jpg);
background-size: cover;
background-color: darkgoldenrod;
Copy link
Contributor

Choose a reason for hiding this comment

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

sort css properties alphabetically so they're easy to find.

background-size: cover;
background-color: darkgoldenrod;
}
button:hover{
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
button:hover{
button:hover {

button:hover{
background-color: darkorange;
}
aside{
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
aside{
aside {

aside{
font-size: larger;
}
p{
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
p{
p {

color: white;
}

.font{
Copy link
Contributor

Choose a reason for hiding this comment

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

This class is not being applied to any element in your html, use it or remove it.

Copy link
Contributor

Choose a reason for hiding this comment

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

remove this class, is not being used.

Copy link
Contributor

@pushdev-code pushdev-code left a comment

Choose a reason for hiding this comment

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

almost there, check the comments.

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.

4 participants