Hello,
I am needing help with centering my text with CSS here is my code.
CSS Code
#wrapper{
display:flex;
padding-left:400px;
text-align:center;
font-family: quicksand;
list-style-type: none;
font-size: 40px;
justify-content: space-between;
}
HTML CODE
<div id="wrapper">
HTML -
CSS -
Bootstrap -
PHP
</div>
<br>
<br>
<div id="wrapper">
Javascript -
Jquery -
SQL -
Git
</div>
But it does not center the text at all it is always off to the left. So I add padding but when I go to look at it on a mobile phone it pushes it way to left like super far.