Mohammad-Moneer
@Mohammad-MoneerAll solutions
- Submitted 1 day ago
Grid layout section - Line-based placement
- HTML
- CSS
I need to know if there is an alternative responsive layout approach that could be used?
- Submitted about 1 month ago
Flex layout card with responsive image
- HTML
- CSS
I need to evaluate the styles I used to scale the image to fit the box height in the desktop design. .product-box .product-image { flex: 1; display: flex; }
.product-box .product-image img { width: 18.8125rem; /* 301px */ display: block; object-fit: cover; }
- Submitted 3 months ago
Semantically Structured Article
- HTML
- CSS
I noticed that the image dimensions are very large, so I need to know if it would be better to create a new copy of the image file for the webpage and resize the image dimensions to be smaller to reduce the image file size
- Submitted 4 months ago
Responsive Centered Profile
- HTML
- CSS
I just need some review on the link states styles to ensure this approach is correct: CSS .profile .profile-info ul li a:link, .profile .profile-info ul li a:visited, .profile .profile-info ul li a:focus { background-color: var(--grey); }
.profile .profile-info ul li a:hover { background-color: var(--light-grey); }
.profile .profile-info ul li a:active { background-color: var(--green); color: var(--off-black); }
- Submitted 9 months ago
Responsive Centered Card
- HTML
- CSS
I would value a thorough code review to ensure my HTML, CSS, and overall code structure follow best practices. Feedback on improving code readability and maintainability would be beneficial.
- Submitted 10 months ago
Simple Centered Box
- HTML
- CSS
How to make the box shadow exactly like the design?