Skip to content

Conversation

@tamarmatza-commits
Copy link

Finished exercise.

Copy link

@idanpopovich8 idanpopovich8 left a comment

Choose a reason for hiding this comment

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

left you some comments about your work

GOOD JOB!!!

</h1>
</div>
<div class="row2">
<p1 class="befortext">

Choose a reason for hiding this comment

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

I don’t recommend using p1 labels. It’s better to use standard p tags instead.

</div>
<div class="row3">
<div class="check1">
<img src="assets\images\icon-list.svg" >

Choose a reason for hiding this comment

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

missing alt artibutes in the img lable

Join 60,000+ product managers receiving monthly updates on:
</p1>
</div>
<div class="row3">

Choose a reason for hiding this comment

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

Cosider to work with list (li) for more semantic code. i will recommend you to read about it

measuring to ensure updates are a success
</div>
</div>
<div class="row5">

Choose a reason for hiding this comment

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

Consider to dont work with numbers inside the class name e.g "row1,row2,text2" if you want to style each one diffrent give them a diffrent names and if you want to edit all the text so just call the class = "text" and in the style file you can edit them all as one

<p class="emailtext">
email adress</p>
<form class="email-form">
<input type="email" name="email" placeholder="Email@company.com" required>

Choose a reason for hiding this comment

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

in here i recommend you to add id to the input so its will be acceessible to edit and work with.



.center-rect {
background: hsl(234, 29%, 20%);

Choose a reason for hiding this comment

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

Consider to work with CSS varible instead it will make you code easier to read and more important easy to maintain.

background: hsl(234, 29%, 20%);
padding-left: 15%;
padding-right: 15%;
padding-top: 7%;

Choose a reason for hiding this comment

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

In my opinion to much padding inside this block try to use general padding and after to tune but padding-top/right/down or left

}


.picture img {

Choose a reason for hiding this comment

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

i dont know why to work with picture label
i never done that LOL : )


text-align: center;
flex: 1;
flex-direction: row;

Choose a reason for hiding this comment

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

in here you are using flex-direction that its a flex property but the leftside contatiner is not display: flex so this line does nothing

.rightside{
column-gap: 30%;
justify-content: center;
align-items: center;

Choose a reason for hiding this comment

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

same as in the leftside container both of them are not display: flex so the justify-content and align-items are redundant

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