1
How can I leave this H3 centralized with the background-color?
I tried everything, I looked on the internet but I couldn’t find a solution
<style>
h3 {
background-color:#98FB98;
margin-top: 10px;
width: 20%;
border-radius: 10px;
border-width: 1px solid #000;
text-align: center;
color: gray;
}
</style>
Show man! now I get it
– Cristian Mota
I am beginner & #Xa;I started studying for a while
– Cristian Mota