19. garden's Comments


Hi i love this code! i was wondering how to make it so the characters name/link isn't blue and is just white?

hey!  I'm assuming you're using night theme?  if that's the case, try adding text-reset to the <a>'s class, shown below:

<!-- link to character -->
<a href="#" class="stretched-link text-reset" style="text-decoration: underline; font-weight: bold; font-family: Courier New, monospace;">
  Character Name
</a>

this way it'll be white on dark themes and black on light themes (making it readable on both)

Hi, i was wondering if there was a way to center a fourth card? when i add another it puts it directly under the first one, but i prefer things to be centered haha, if not thats okay! thanks in advance :)

hey!  try adding "m-auto" to the class attribute :-)
if that doesn't work, let me know and I'll have a closer look in the morning

(it should look something like this)
<!- character 4 -->
<div class="col-md-4 p2 m-auto"

hope this helps!

that worked perfectly!! tysm :D

i'll be using this code to the best of my abilities !!

This user is not visible to guests.

thanks!  i'm glad to hear it~