Coding Global Background
Coding Global

Layout

Archived a year ago
29 messages
2 members
a year ago
Open in Discord
.
egsk

Hey, I'm pretty new to HTML, And I'm facing an issue, I think it's a pretty simple one, But, I'm struggling with it πŸ™‚ , Basically. You see how "Database id's" isn't centered, how do I center it? Any help is Appreciated. Below is the code. ``` <div class="container"> <div class="row justify-content-center"> <div class="col-12 content-head"> </div> </div> <div class="row justify-content-center"> <div class="item features-without-image col-12 col-lg-4"> <div class="item-wrapper"> <div class="img-wrapper"> <img src="assets/images/share.webp" alt="Image2"> </div> <div class="card-box"> <h4 class="card-title mbr-fonts-style mb-0 display-5"> <strong>17</strong></h4> <h5 class="card-text mbr-fonts-style mt-3 display-7"> Server's</h5> </div> </div> </div> <div class="item features-without-image col-12 col-lg-4"> <div class="item-wrapper"> <div class="img-wrapper"> <img src="assets/images/profile.webp" alt="Image3"> </div> <div class="card-box"> <h4 class="card-title mbr-fonts-style mb-0 display-5"> <strong>594</strong></h4> <h5 class="card-text mbr-fonts-style mt-3 display-7">User's</h5> </div> </div> </div> <div class="item features-without-image col-12 col-lg-4"> <div class="item-wrapper"> <div class="img-wrapper"> <img src="assets/images/favorite.webp" alt="image4"> </div> <div class="card-box"> <h4 class="card-title mbr-fonts-style mb-0 display-5"> <strong>287</strong></h4> <h5 class="card-text mbr-fonts-style mt-3 display-7"> Channel's</h5> </div> <div class="item features-without-image col-12 col-lg-4"> <div class="item-wrapper"> <div class="img-wrapper"> <img src="assets/images/profile.webp" alt="Profile image"> </div> <div class="card-box text-center"> <h4 class="card-title mbr-fonts-style mb-0 display-5"> <strong>533</strong> </h4> <h5 class="card-text mbr-fonts-style mt-3 display-7"> Database<br> <span style="padding-left: 20px;">id's</span> </h5> </div> </div> </div> </div> </div> </div> </div> </div> </section>``` Thanks!

Layout

Replies (29)