Latest solutions
Latest comments
- @Smartlify08@AhlamAb22
Multiplication does not work
- @rangapin@AhlamAb22
Good work Richard!
I have one suggestion, "HTML & CSS foundations" is clickable, and clickable items should be either a button or an anchor depending on the action :)
- @miteshp98@AhlamAb22
Good work!
Here are a few suggestions:
-Try to use classes for styling instead of directly styling elements.
-Implement a CSS reset.
-Avoid using Px for font-size
-Avoid specifying fixed heights and widths; try using 'max-height' and 'max-width' for flexibility.
Marked as helpful - @Esosek@AhlamAb22
As @techyjc said, you need to define :root instead of repeating the size each time. but you are right about rem, it is not recommended to use px
- @D-Salkovic@AhlamAb22
Good work!
Here are a few suggestions:
-You don't need an extra <div>, you can wrap the whole content with one <div>
-Implement a CSS reset.
-Use em or rem for font-size instead of px
-Avoid specifying fixed heights and widths; try using 'max-height' and 'max-width' for flexibility.
Marked as helpful - @DebabrataBanik@AhlamAb22
Great work! I assume this should be <a> instead of <h2> because it's clickable.
Also, consider using rem or em instead of px for font-size.