mad-ent-java-s22 / indie-project

0 stars 2 forks source link

Make nested div in card a link using stretched-link class #25

Closed davidtcalabrese closed 2 years ago

davidtcalabrese commented 2 years ago

Currently .stretched-link class doesn't work because it will make the author picture link inaccessible. I think if I set the containing div within the card body to position: relative and add the .stretched-link class to the "Read more" link it will make everything else in the card other than the author photo and clickable link.

davidtcalabrese commented 2 years ago

because of the tag links within the card I can't make the whole card div minus the author image the stretched link. I was able to add a div at the same level as tags div and made that one the target of the stretched link so now the user has more real estate they can click on in order to view post.