How can I center paragraphs, buttons on a page?
I did it via text-align
and centered
, but I just can't figure out how to center it vertically too... I achieved it with padding
but the position changes depending on resolution and I'm really looking for it to stay centered in the middle of the 'block' at any screen size.
I got a jsfiddle showing you what I have! http://jsfiddle.net/82V8Y/#share
This is the main issue..
<div id="block1">
<p class="name">Portfolio</p>
<p class="title"> IT / BUSINESS / WEB</p>
<button class="cv">Download CV</button>
</div>