Razha Jamsik Syah
@Razha90All comments
- @fc410Submitted about 2 years ago@Razha90Posted about 2 years ago
- you have 505 ACCESSIBILITY ISSUES and 319 HTML issues , you must try to repair that.
- I think for this project used grid not best solution , you can try this code for in .
.grid-box { display: flex; flex-wrap: wrap; set gap what u want justify-content: center; } .card { delete margin delete height in card and replace padding set width }
Happy coding 😆
1 - @windu80Submitted over 2 years ago
This is my 3rd challenge :)
On this one, I had to use "position: absolute" for the eye icon above the cube image. I don't think this is the ideal solution, but I couldn't find another way to have both images superimposed.
Any held, and feedback over the whole project, is welcome! :D
@Razha90Posted over 2 years agoposition: absolute;
is best solution for this , but you give set position liketop
orleft
, if you delete set position and give little margin for setting position you got it .- This card not centering , you can add
body {width:100vh; height: 100vh; display:flex; align-items: center; justify-content: center;}
for make card be auto center. you can deletetemargin: auto;
and.content-and-attr
Happy Coding 😆
0 - @nikul-sagadharaSubmitted over 2 years ago
Hello Friends!,
I made this testimonials grid section project with the use of only GRID LAYOUT!. Go check out and give suggestion or feedback in the comment section.
Thank You :)
@Razha90Posted over 2 years ago- you create image in html tag you should put image in
.item1
withbackground-image: url('');
and set the location withbackground-position: ;
this way is more practical. - you add
display: flex;
in.profile-name
, but you forgot to setalign-items: center;
to make children focus on the center.
Happy Coding 😁
Marked as helpful0 - you create image in html tag you should put image in
- @vglumacSubmitted over 2 years ago
Hi everyone! Is there a way to make sure my buttons are round? I tried playing with padding, but the end-result is not ideal.
@Razha90Posted over 2 years ago- To make a perfect circle , you have to give the width and height the same size and give
border-radius: 50%;
. - I noticed you gave a
display: flex;
but you gave a margin to keep the distance you should usegap: 0.3em;
to keep the distance.
Happy Coding 😁😁
Marked as helpful1 - To make a perfect circle , you have to give the width and height the same size and give
- @AditNovadiantoSubmitted over 2 years ago
I will be happy to hear any feedback and suggestion!!!
- @XxtbmfxXSubmitted over 2 years ago
It didn't fit completely but i think it works :D Suggestion open ヾ(•ω•`)o
@Razha90Posted over 2 years ago- first , i really like your profile picture .
- You should try to solve the html error given by the frontendmentor.
- You can set
body{ margin: 0;}
- I think the layout is not wide enough .
Happy Coding 😁
1 - @sowmyapalaniSubmitted over 2 years ago@Razha90Posted over 2 years ago
- I think it's better if it becomes an auto center, you can use this
body { with: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } html{height:100%;}
and Happy Coding😁
Marked as helpful0 - I think it's better if it becomes an auto center, you can use this
- @nicolasgonzalez98Submitted over 2 years ago@Razha90Posted over 2 years ago
- i prefer to use
.Cards Display{ display: flex; flex-wrap: wrap; flex-direction: row; } .card-country{ width: 200px; },
you can set the card-country width as needed, this will make the layout more responsive . - maybe you can teach me how to make loading .
Happy Coding 😁
Marked as helpful0 - i prefer to use
- @steeven-jsSubmitted over 2 years ago
Please give me a feedback if there is something I can improve in my code. Thank you.
@Razha90Posted over 2 years ago- I can't order the product
- when the image is enlarged, the image is not very responsive , you can try this position
position: fixed;
- frontendmentor detects so many mistakes try to fix the mistakes from frontendmentor first.
Happy Coding 😁
1 - @OnyiMalizuSubmitted over 2 years ago
.Making the dice in the middle of the container .No area .No
@Razha90Posted over 2 years ago- I think you made a big mistake, this is API project .
- For dice auto center , you can use
display: flex; justify-content:center; align-items: center;
in class.dice for img
Happy Coding 😁👏
0 - @ChiichriisSubmitted over 2 years ago
cool project
@Razha90Posted over 2 years ago- are you using react?? .
- You must have made a mistake when uploading files using react .
- If you want to use netlify to upload react , make sure your netlify setting is for
npm react
Happy Coding 😁
Marked as helpful0 - @vjkarthik1987Submitted over 2 years ago
Is it OK I dont know how to centralize a div vertically
@Razha90Posted over 2 years ago-
for auto center you can provide
display: flex;
on class.main-container . and addjustify-content: center;
. if you want the height to be auto centeralign-items: center;
-
don't give height to class.qr-code-holder just let it be auto and give it a padding .
-
give color
background-color: hsl(212, 45%, 89%);
pada body atau html .
Happy Codding 😁😁😁😁
0 -