سؤال

How do I set an image to the bottom right of a table cell using CSS? I have no included code as it would just be an image and a table cell.

هل كانت مفيدة؟

المحلول

Like so:

td { text-align: right; vertical-align: bottom; } 

Demo

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top