Skip to content

Conversation

@RazEl12
Copy link

@RazEl12 RazEl12 commented Nov 26, 2025

No description provided.

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.

i left you some code review inside.

NICE WORK!!!

top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 800px;

Choose a reason for hiding this comment

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

It’s not recommended — and even considered incorrect — to use fixed pixel sizes for a div. If the user changes their screen size, the entire layout can break
try to use percentages or Vh and Vw



.container img {
width: 95%;

Choose a reason for hiding this comment

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

Nice job!

}
.subbtn{
display: flex;
width: 308px;

Choose a reason for hiding this comment

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

same comment as before

<!-- Sign-up form start -->

Stay updated!
<!--Stay updated!

Choose a reason for hiding this comment

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

we dont leave our comments inside. its better just to delete them : )

</style>
</head>
<body>
<body style="background-color: hsl(234, 29%, 20%);">
Copy link

@idanpopovich8 idanpopovich8 Nov 28, 2025

Choose a reason for hiding this comment

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

Its better to move the styling to the style.css file.
Keep a single tag and move the background-color into the CSS instead of using an inline style attribute.

</div>
<p>Join 60,000+ product managers receiving monthly updates on:</p>
<div class="options">
<img class="opimg"src="assets/images/icon-list.svg">
Copy link

@idanpopovich8 idanpopovich8 Nov 28, 2025

Choose a reason for hiding this comment

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

Missing alt artibute inside the img label

<img class="opimg"src="assets/images/icon-list.svg">
<span class="data"> Product discovery and building what matters</span><br>
<img class="opimg"src="assets/images/icon-list.svg">
<span class="data"> Product discovery and building what matters</span><br>

Choose a reason for hiding this comment

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

All three bullet points currently show the same text, and class name data its not a good name.
try to be more creative next time.

<img class="opimg"src="assets/images/icon-list.svg">
<span class="data"> Product discovery and building what matters</span><br>
<img class="opimg"src="assets/images/icon-list.svg">
<span class="data"> Product discovery and building what matters</span><br>
Copy link

@idanpopovich8 idanpopovich8 Nov 28, 2025

Choose a reason for hiding this comment

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

Its not best practice to work with br label for spacing, Consider using marging it will fits good for your needs.

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