Latest comments
- @Deepali25-KSubmitted over 1 year ago@afaiz-spacePosted over 1 year ago
@Deepali25-Kv, hi..... I noticed some issues in your design.
- Header content is overflowing. The ul tag in the footer also has an overflow
0 - @cristinakellytSubmitted almost 2 years ago@afaiz-spacePosted almost 2 years ago
Hey @cristinakellyt .
When hovering over the button of number 2. Then the color of the button of number 1 changes. This is happening with each and every button. When you hover over the forward button, then the hover effect will be seen on the button before it.
-- I think there is a problem.
#rating-values input:hover+input { background-color: #959eac; color: #fff; }
1 - @DLMedeiroSubmitted about 2 years ago@afaiz-spacePosted about 2 years ago
Hey @DLMedeiro,
- add
display: flex; align-items: center; gap: 8px;
in h3 tag for vertical center alignment.
0 - add
- @deepaksarohaSubmitted about 2 years ago@afaiz-spacePosted about 2 years ago
Hey @deepaksaroha,
- background curve images used in the body element in the CSS file.
- remove
height: 80%;
from .container class.
Marked as helpful1 - @KarenMascarenhasLourencoSubmitted about 2 years ago@afaiz-spacePosted about 2 years ago
Hey, @KarenMascarenhasLourenco
- add hover color in social icon and footer links.
0 - @nikitabarnawalSubmitted about 2 years ago@afaiz-spacePosted about 2 years ago
hey @nikitabarnawal,
- change color / 100.
- why not use heading tags for heading.
- verticle align icons and heading.
0