Css Right Align In Center Of Screen Code Example


Example 1: css align center vertical and horizontal


.parent-class {
display: flex;
align-items: center;
justify-content: space-around;
}

Example 2: how to center align the html element in css examples


#inner {
width: 50%;
margin: 0 auto;
}

# center text
.center {
text-align: center;

border: 3px solid green;
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable