@luis08201Submitted over 2 years ago
Hi Everyone
This is another challenge I do.
Feel free to give any feedback. This will help me to improve my code skills
Happy Coding :D
Hi Everyone
This is another challenge I do.
Feel free to give any feedback. This will help me to improve my code skills
Happy Coding :D
hi Luis, your solution looks really awesome!
You could try using an angled (45%) gradient direction for the left section, makes it look a little bit closer to the design given.
Please tell me how I can use box shadows in my project?
Nice work here Sakar, you did great.
You can apply box shadows by using the box-shadow
property.
syntax: box-shadow: {x-offset} {y-offset} {blur} {spread} {color}
if you have trouble finding the right amount and color of shadow, you can use developer tools in Chrome to set it.
here's a tutorial to get you started: W3schools