@suman-somuSubmitted about 3 years ago
how can i remove the padding that comes when we apply paragraph tag and head tag ?
how can i remove the padding that comes when we apply paragraph tag and head tag ?
look like you have wrong css reset
. { margin: 0; padding: 0; box-sizing: border-box; }
change it to:
(*) { margin: 0; padding: 0; box-sizing: border-box; }
remove ( )
you can reset css easily copy from this web: https://meyerweb.com/eric/tools/css/reset/
fixed background didn't show and no box shadow on card 😁