Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Conversation

@ebrahimbeiati
Copy link

No description provided.

Copy link
Member

@SallyMcGrath SallyMcGrath left a comment

Choose a reason for hiding this comment

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

Thanks so much for your hard work here, @ebrahimbeiati . This looks really good. Well done on getting that perfect Lighthouse score.

I've left a few tiny notes for you to think about. Take a look and have a think. And well done! ⭐

</select>

<label for="deliveryDate">Delivery date:</label>
<input type="date" id="deliveryDate" name="deliveryDate" min="<?php echo date('Y-m-d'); ?>" max="<?php echo date('Y-m-d', strtotime('+4 weeks')); ?>" required>
Copy link
Member

Choose a reason for hiding this comment

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

This task asks you to use HTML and CSS only. What is this php doing here? When you tested your form, what happened?

<footer>
<!-- change to your name-->
<h2>By HOMEWORK SOLUTION</h2>
<h2>By Ebrahim Beiati-Asl</h2>
Copy link
Member

Choose a reason for hiding this comment

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

⭐ Good attention to detail.

cursor: pointer;
}

button[type="submit"]:hover {
Copy link
Member

Choose a reason for hiding this comment

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

What would happen if the user was not using a mouse? Is there another focus state that you could add to this rule to make it work in other contexts?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants