Skip to content

Conversation

randa9yahya
Copy link

i compelet it without grid

Copy link

@MustafaMerie MustafaMerie left a comment

Choose a reason for hiding this comment

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

just put some comments to make your code even better next time.
Good job overall, keep going!

}
.container{
display:flex;
flex-flow:flex-direction;

Choose a reason for hiding this comment

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

The flex-flow CSS property is a shorthand property for flex-direction and flex-wrap.

So use with it the flex-direction values and not the property itself.

height: 40px;
margin-left: 10px;
}
.container >ul>li>a{

Choose a reason for hiding this comment

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

you can simply target the a tag here without the use of >

.ul-child li{
text-decoration:none;
margin:10px;
list-style-type: none;

Choose a reason for hiding this comment

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

it's better to use the list-style on the ul tag itself.

background-color: darkcyan;
}
/*end skills*/
/*start experience*/

Choose a reason for hiding this comment

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

liked you are using the HTML comments here, always consider using it.

}
.divparent{
display: flex;
background-color: darkcyan;

Choose a reason for hiding this comment

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

is this the right color as the screenshot?

.form textarea{
margin: 20px;
height: 70px;
width: 400px;

Choose a reason for hiding this comment

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

consider using cols=" " rows=" " to set the height and width for textarea tag

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants