:star2: 1288 | @coymeetsworld |http://www.freecodecamp.com/coymeetsworld
:star2: 1289 | @coymeetsworld |http://www.freecodecamp.com/coymeetsworld
I'm working on the tribute page and having difficulty trouble shooting how to setup the year & information section. I would like to have it so all of years are aligned on the left and the information is on the right. Also, when the window is readjusted, have it so the text with information wraps to the next line. I was thinking using grids, but that seems like a lot of unecessary code. Then I thought using float:right, but that can only be applied to one line. Then I came across some css like this
.split-para
{ display:block;margin:10px;
}
.split-para span { display:block;float:right;width:50%;margin-left:10px;}
but that would make one section align left and one section align right.
I would like the text containing information on each year to align to the same margin as all other information, but after some spacing after the year.