The colors
Redon
@redoncapuni17All comments
- @fabrizia2Submitted over 1 year ago@redoncapuni17Posted over 1 year ago
Circle : background: linear-gradient(hsla(256, 72%, 46%, 1), hsla(241, 72%, 46%, 0));
Left Container : background: linear-gradient(hsl(252, 100%, 67%), hsl(241, 81%, 54%));
0 - @pablohimselfSubmitted over 1 year ago
How can I improve my CSS?
@redoncapuni17Posted over 1 year agoWell done for finishing the challenge
As a front-end developer, your job is to make the website look just like the designer wants it to. If there are any differences, try to fix them quickly so that the website matches the design as soon as possible.
This challenge consists of two parts: the mobile component and the desktop component. However, it appears that the mobile part has not been developed. It's important to address this issue and ensure that both the mobile and desktop aspects of the challenge are completed.
Lack of semantic HTML:
-
Semantic HTML elements are missing or not used appropriately.
-
The structure does not convey the meaning and purpose of different parts of the webpage.
2. Usage of absolute units instead of relative units:
-
Absolute units like pixels (px) are used for defining lengths and sizes instead of relative units like percentages (%), em, or rem.
-
Relative units are more flexible and responsive across different screen sizes.
I hope you find this helpful and happy coding
Marked as helpful1 -
- @MygaverseSubmitted over 1 year ago
I thought it was an easy challenge, but it took me quite a while to achieve the final result. There were some small issues with the layout and styles. I had to make several different approaches to the result. I did some reseaches and examples over the internet. I finally found a similar design that I could reference to. There are many techniques and skills that I can apply to my future projects. ps: I found there is a line of border around the left column. I haven't figure out where it went wrong. Let me know if you know how to fix it. Thanks!
@redoncapuni17Posted over 1 year agoWell done for finishing the challenge
As a front-end developer, your job is to make the website look just like the designer wants it to. If there are any differences, try to fix them quickly so that the website matches the design as soon as possible.
This challenge consists of two parts: the mobile component and the desktop component. However, it appears that the mobile part has not been developed. It's important to address this issue and ensure that both the mobile and desktop aspects of the challenge are completed.
1. Lack of semantic HTML:
- Semantic HTML elements are missing or not used appropriately.
- The structure does not convey the meaning and purpose of different parts of the webpage.
2. Usage of absolute units instead of relative units:
- Absolute units like pixels (px) are used for defining lengths and sizes instead of relative units like percentages (%), em, or rem.
- Relative units are more flexible and responsive across different screen sizes.
I hope you find this helpful and happy coding
0