Having problem to Align Texts at Different Places

<figcaption>
    Sir Albert Einstein in 1921  <!-- Make This Line Placed at Center--> 
    Credit: Ferdinand Schmutzer  <!-- Make This Line Placed at Right -->
  </figaption>

How To Make These Placed At Center and Right Using Only One Line?

Check My Code At www.codepen.io Link Given Below :-

If Anyone Is Out of Reply at “freeCodeCamp” Then Comment on Codepen Page That I’ve Linked!

use div to the credit and give id=“right”.

Thanks.:+1: But One More Thing That I really Forgot To tell - Can’t we use only one Line? :thinking:

or use

<br>

tag it looks nice!

That creates 2 Lines.
:thinking::thinking:

<figcaption>
    Sir Albert Einstein in 1921
    <div id="right">Credit: Ferdinand Schmutzer</div>
  </figcaption>

Oh, My target is like kinda Making Negative <br> Which Can Reduce a Line.

Result is Same as

<figcaption>
    <div id="center">Sir Albert Einstein in 1921</div>
    <div id="right">Credit: Ferdinand Schmutzer</div>
  </figcaption>

Thanks; I am Greatfull To You. Very Much, Like I am Gonna Cry. Here Goes A Like On Your Link… And I was Stuck In doing That for about an Hour. I was doing Other Works Though. But I am Really.

Thanks and You are Awesome.!!!

Problem is Solved. Thanks a Lot… Can You Please Check And Give me a Feedback?

Cause I have Added Some New Rule Alongside CSS “FLEX” Property.

And The Result is The same As I wished!!! I Am Really now a Fond Of You. Please Just Keep in Touch with Me… Answer And Reply… Would You DO That?