« Web, HTML, Tech Forum

Add padding to contact section?

Posted by Cam

posted
updated

Forum: Web, HTML, Tech

I'm trying to add some padding to my "Contact Me" section. 

But for some reason the border won't "pad" alongside the contents. So the border remains where it is while adding padding moves the buttons/etc downwards. It looks quite odd.

Go here -> https://nein-mc.neocities.org/csstest/

Then put in this:

<style>

.profile .contact {

  padding-top: 100px;

}

</style>

Then you should see what I mean.

How do I fix this?


Report Topic

1 Reply

Reply by Cam

posted
updated

See, I was tired as heck and stupid. The solution was simply move the padding to Mood instead.


.profile .mood {

  padding-bottom: 50px;

}


Permalink Report Reply