
faizan
@afaiz-spaceAll comments
- @Deepali25-K@afaiz-space
@Deepali25-Kv, hi..... I noticed some issues in your design.
- Header content is overflowing. The ul tag in the footer also has an overflow
- @cristinakellyt@afaiz-space
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; }
- @DLMedeiro@afaiz-space
Hey @DLMedeiro,
- add
display: flex; align-items: center; gap: 8px;
in h3 tag for vertical center alignment.
- add
- @deepaksaroha@afaiz-space
Hey @deepaksaroha,
- background curve images used in the body element in the CSS file.
- remove
height: 80%;
from .container class.
Marked as helpful - @KarenMascarenhasLourenco@afaiz-space
Hey, @KarenMascarenhasLourenco
- add hover color in social icon and footer links.
- @nikitabarnawal@afaiz-space
hey @nikitabarnawal,
- change color / 100.
- why not use heading tags for heading.
- verticle align icons and heading.
- @catherineisonline@afaiz-space
Hey @catherineisonline,
- if not provide any hyperlink in the anchor tag. then use # ex (
<a href="#">Todo List</a>
) - add
line-height: normal;
in the button element. - replace
min-width:1000px;
withmin-width:1200px;
in the main element.
- if not provide any hyperlink in the anchor tag. then use # ex (
- @nukettas@afaiz-space
Hey @nukettas, congratulations on completing the challenge.
- instead of using the top left property use the grid property then you will get a better result.
- also make a responsive website. Must have a mobile-first approach.
- @EndoHr@afaiz-space
Hey @EndoHr, congratulation on completing the first challenge.
add
body { /*background-color: hsl(30, 38%, 92%); */ display: flex; justify-content: center; align-items: center; min-height: 100vh; }
remove position left and top property from cart class.
.cart { /* position: relative; */ /* left: 28%; */ /* top: 80px; */ display: flex; border-radius: 10px; width: 35rem; flex-direction: row; overflow: hidden; }
- remove height and replace
width:21%;
withwidth:50%;
in the .perfume class. - replace
width:21%;
withwidth:50%;
in the .details class.
remove top and left property from the media cart class.
@media only screen and (max-width: 600px) .cart { /* top: 10px; */ flex-direction: column; /* left: 5%; */ width: 100%; }
- replace
/* width: 90%; */
with width: 100%; in the media .perfume_mob class.
- remove height and replace
- @cmb347827@afaiz-space
Hey @cmb347827,
- add
display: grid; place-items: center; min-height: 100vh;
in the body element. remove all properties from the main element. - add
border-radius:12px;
in the .container class.
replace
main .container form .svg { width: 38px; height: 38px; background-color: Silver; background-color: #7c8798; border-radius: 50%; }
with
.svg-parent { /* border: 2px solid red; */ width: 40px; height: 40px; display: grid; align-items: center; justify-content: center; border-radius: 50%; background: #f8f8f8; }
for logo alignment appropriately.
- add
- @irfanhfzh@afaiz-space
Hey @irfanhfzh,
ongratulation on completing the challenges. I noticed an issue in your project.
- add
align-items: center; justify-content: space-evenly;
and replacepadding: 78px 121px 64px 70px;
withpadding: 0 30px;
in the .card__content class. - remove height: 180px; from the .card__summary class
- replace
width: 350px;
withwidth: 100%;
and removemargin-top: auto;
from the .card__socials class
- add
- @catherineisonline@afaiz-space
@catherineisonline
- add
box-sizing: border-box;
in the ** * universal** selector; - replace
height:100vh;
with themin-height:100vh;
in the body element. - remove
margin-top: -0.6rem;
from the .featured a element. - replace
align-items: top;
withalign-items: flex-start;
in the .post class.(Content is overflowing by giving height of post class)
- add
- @candiuk@afaiz-space
Hey @candiuk
- add
min-height: 100vh;
in the body element. - remove
max-width:350px;
and addwidth:100%;
in the card class.
- add
- @simplysabir@afaiz-space
Hey @simplysabir
- add a curved background image in the background.
- add
min-height:100vh;
in the body and the .container class. -addheight: 350px;
in the .cards class. - remove the margin from the card1, card2 and card3 in the class.
- add
self-align:flex-start;
in the card1. - add
self-align:center;
in the card2. - add
self-align:flex-end;
in the card3.
same property used in the rating card.
Marked as helpful - @Meistter@afaiz-space
Hey, @josuep723
- Remove width and add padding in the texto class.
.texto { /* width: 80%; */ padding: 10px; }
Marked as helpful - @Souheib-Aloui@afaiz-space
Hey @Souheib-Aloui
- background circle image used in the body element with the help of background-image property use
- @chambrin@afaiz-space
Hey, @chambrin congratulation on completing the challenges.
- also add a hover effect in the image and add an eye SVG image on the image.
- add
align-items: center;
in the .content-bottom div class.
- @Noseriousv@afaiz-space
Hey, @Noseriousv congratulation on the completing challenges.
- remove background color from the ( * ) universal selector.
- add background color in the body element.
. . keep it up......
Marked as helpful