Latest solutions
Blog Preview
Submitted 4 months agoMaybe with the transitions for hover on article that changes items inside the article such as the h1. I am not sure If I used the right way for this.
Qr Code Component
Submitted 4 months agoAt the moment I am just curious to see how others created this solution.
Latest comments
- @micheldrv@bogdanpr97
Looks good!
- @Mohammad-Danish-sabWhat specific areas of your project would you like help with?
All Feedbacks are Welcomed
@bogdanpr97Hi! Looks really good! Good job! What seems to be a litte different is the box shadow. This one should work better: box-shadow: black 10px 10px;
Here is the documentation for box shadow:
Specify a single box-shadow using:
Two, three, or four <length> values.
If only two values are given, they are interpreted as <offset-x> and <offset-y> values. If a third value is given, it is interpreted as a <blur-radius>. If a fourth value is given, it is interpreted as a <spread-radius>.
Yours has a little blur and that comes for the third value and fourth value.
- @CodeLord36@bogdanpr97
It looks like font size might be different for the h1 element, other than that it looks good!