« Web, HTML, Tech Forum

Opinions on my profile? What can I do to make it better?

I've been coding for three days to get to where I am lol I'm finally starting to feel good about it, but I feel like somethings still missing. 

I've been wanting to move the "my heroes" box under or above my profile comments. Just so I can post whatever there, but I haven't been able to separate it and move it where I want. I ended up giving up. If someone has the ansewer or a good use for the box please let me know! 


Report Topic

2 Replies

Sort Replies:

Reply by arlo atomickk

posted

you can actually hide the box if you want!

<style>

div.table-section:nth-child(6) > div:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(6),

div.table-section:nth-child(7) > div:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(6) {display: none;}

</style>

also ur profile looks sick :D


Report Reply

Reply by Pants 👖

posted

That's a great option thank you! I just dont know what yo do with it


Report Reply