kml
@kmlsonAll comments
- @gobinathvaratharajanSubmitted almost 2 years ago@kmlsonPosted almost 2 years ago
Colours included in this project below:
--Cyan: hsl(179, 62%, 43%); --BrightYellow: hsl(71, 73%, 54%); --LightGray: hsl(204, 43%, 93%); --GrayishBlue: hsl(218, 22%, 67%); --White: hsl(0, 0%, 100%);
I think you should use LightGray for the background
background-color: var(--LightGray);
And white for top element I hope that help :)
0 - @EduardIonescuSubmitted almost 2 years ago
The project's pack is missing at least one color so I improvised there.
@kmlsonPosted almost 2 years agoColours included in this project below:
--Cyan: hsl(179, 62%, 43%); --BrightYellow: hsl(71, 73%, 54%); --LightGray: hsl(204, 43%, 93%); --GrayishBlue: hsl(218, 22%, 67%); --White: hsl(0, 0%, 100%);
I guess missing colour will be
background-color: var(--LightGray);
I hope that help :)
0 - @b-pietaSubmitted almost 2 years ago
Hello🍓, it's time for a second project! I rarely use QR codes, the last time it was in a restaurant in Italy half a year ago and here we go with a QR code page. What do you suggest to change in the code? Cheers.😊
@kmlsonPosted almost 2 years agoFor simplyfy your calculations you can use
html { font-size:62.5%; }
1 rem =10px
1 - @AbibGuardian50Submitted almost 2 years ago
I have a lot questions for this
-
When i click the button to make api call,why ID and Advice is sometimes not synchronize,for example,ID 116 and the quotes is "It is easy to sit up..." ,but sometimes what it shows is ID 116 but with another quotes.
-
How to make SVG and HR so close each other?because SVG is so wide so the Horizontal Lines (HR) is place in the end of container
Any feedback is welcome,your feedback makes me better and improve every day
@kmlsonPosted almost 2 years agoEvery time when you run showRandomUserData the random number are generate twice first for your ID then for advice. Insted doing that save your random number in variable then pass to your function.
let random = Math.floor(Math.random() * 5); document.getElementById('id').innerText = `${randomUser[random)].ID} `
You don't need to use hr tag in this project just change colors of your background
body { background-color: hsl(218, 23%, 16%); } .main-content { background-color: hsl(217, 19%, 24%); }
I hope that help you.
You can check my solution
Marked as helpful0 -
- @martinwcSubmitted almost 2 years ago
- Having some trouble in the mobile version to align the header to the center with the rest of the page.
- Also had some trouble aligning the ratings to the center as well to make the page "flow" well.
Feedback is appreciated. Thank you!
@kmlsonPosted almost 2 years agoIn quick view of your solution I notice the testimonial photos are not rounded img { border-radius: 50%; margin-right: 32px; }
and this background is in diffrent position then in provided design
Marked as helpful0 - @kmlsonSubmitted almost 2 years ago
this is my solution for product preview card component
@kmlsonPosted almost 2 years agothanks for you tip I definitely use it. btw link for your solution is not working can you fix it?
0