I found an almost exact frame on www.w3schools.com
. I understood most of it and it helped me learn a lot :)
My background-image was getting all over the place, and I could not fix it with size, position or clip. It was because I did not use a no-repeat
with bg image😅
I was unable to create a shadow effect. I tried the box-shadow
attribute on mainbox
container and looked up on google for possible bug-fixings like position : relative
, changing margin
and padding
, but they did not seem to work. I settled with a normal looking border
. Help would be really appreciated.