Assesment wanted for Marking up a letter

May I get this assessed, please? Also, can’t figure out why the date of the letter won’t align to the right. Thank you.

The assignment: Challenge: Marking up a letter - Learn web development | MDN

My code: https://codepen.io/LNBubblegum/pen/VweePLK

Everything looks good, only 2 remarks:

  1. Date is not aligned to the right because you are applying the text-align style to an inline element (<time>). Try applying it to a block level element instead.
  2. Missing cite attribute on <q> element

Thanks for the review, @aviv.mu!

@wishin4horses to be clear, this can be achieved by setting the class on the outer <p> element, and not the <time> element inside it.

Got it :+1:
Thank you for the assessment and help!