I have now mastered the use of box-shadow
, and I have learned to add multiple box-shadows.
box-shadow: 0 5px 0px 15px rgb(11, 22, 40), 0 10px 0px 40px rgba(11, 22, 40, 0.372)
Please view my projects, I would love some feedback, I might be short sighted?
I would have liked to make all the links a flexbox, my f-box game is not top notch yet
Review my projects and please tell me
I have now mastered the use of box-shadow
, and I have learned to add multiple box-shadows.
box-shadow: 0 5px 0px 15px rgb(11, 22, 40), 0 10px 0px 40px rgba(11, 22, 40, 0.372)
going strong sir, lets connect? please find my contact details in my previous projects
Perfect, your unordered lists just needs some line-height. keep it up
ul{ line-height: 1.6; }
very good, use css variables in your projects, try to use units like rem, em that are dynamic. otherwise very good
I don't know how i must center my container vertically. I tried to set margin, aligning with display but didn't work. If someone knows i would like to get the answer.
position the image properly
img{ width: 90%; height: 100%; padding: 15px; }
very good