Comments on [F2U] Grape Soda All Comments

Hi again! I'm still obsessed with this code hehe, I have it on all my pony OCs that I have a story/personality for ~

I was looking for some help with adding another main area (I hope I'm making sense oops) like how when you have a look at this characters profile for example, she has an about and story section - I'm looking to find out how to add another one so I can put an appearance area :) - I want to put it above the about section/bellow the likes and dislikes section !

You can add more sections by copy-pasting other parts of the code. I've gone ahead and included it below for you to copy and paste.

Just remember to change the hex colour to the one you're using :D

<!-- APPEARANCE -->
  <div class="row no-gutters" style="font-size: 16px; color: #7F7DD4;"><div class="col-auto text-uppercase" style="letter-spacing: 1px;">
    APPEARANCE
  </div><div class="col mx-2 my-auto"><hr class="my-0"></div>
  <div class="col-auto px-1 my-auto"><i class="fas fa-eye"></i>
  </div></div>
  
  <div class="p-1 mb-2">
    
    <p>Write stuff here.</p>
  
  <!-- Add more text above this line -->
  </div>

asdfhj tysm!