Hiya,
I’m onto the Tribute Page challenge, and I’m covering Subrahmanyan Chandrasekhar for mine.
I keep having difficulty with aligning my images and text. The images I’ve worked out with stackoverflow's 5214893/right-align-an-image-using-css-html
luckily.
But stackoverflow's 8865458/how-do-i-vertically-center-text-with-css
solutions just do not work for my code pen.
(Also, I’m regularly saving to a .txt / .html file on my computer because I lost the first CodePen file, ffs -.-**** Lesson learned, of course.)
<body>
<div id="#part1">
<div id="#header">
<div><h2 id="#title" style="float: right">Subrahmanyan Chandrasekhar</h2></div>
<br><br>
<div class="ctext"><h4 id="#subtitle" class="ctext">His Life and the Astronomical Limit He Discovered</h4></div>
</div>
<div id="#banner">
<code missing because fCC's forums are irritating>
<p style="text-center">Caption text here.</p>
</div>
</div>
<div id="#part2">
<div id="#diagram">
<a href="#" target="_blank"><code missing because fCC's forums are irritating></a>
</div>
</div>
</body>
[https://codepen.io/collection/nYNoeO/] should link to it, I think? Maybe?
Just assume I have no idea what words mean if you do feel inclined to help. Coding pushes my buttons easily, so I need what might seem like ridiculously simple explanations.
If not:
[https://codepen.io/mxdozana/pen/xYZvdx/]
https://codepen.io/mxdozana
This challenge, by the way:
https://www.freecodecamp.org/challenges/build-a-tribute-page
Edit: Figured out how to make the code visible. Turns out it’s with ``s – not as a quote.