I am trying to position the text element "Bet 5 days ago" in the lower right-hand corner. How can I accomplish this? And, more importantly, please explain so I can conquer CSS!

|
I am trying to position the text element "Bet 5 days ago" in the lower right-hand corner. How can I accomplish this? And, more importantly, please explain so I can conquer CSS!
|
|||||
|
|
Lets say your HTML looks something like this:
Then, with CSS, you can make that text appear in the bottom right like so:
The way this works is that absolutely positioned elements are always positioned with respect to the first relatively positioned parent element, or the window. Because we set the box's position to relative, |
|||
|
|
|
Set the CSS
If you need to space the text farther away from the edge, you could change |
||||
|
|