Friday, January 23, 2026
Latest:
  • Wichtige wörter für B1 prüfung
  • What are the main differences between ApplicationContext and BeanFactory?
  • German B1 Word list
  • How does Lazy annotation work in Spring?
  • How Spring framework resolves circular dependencies?
Upokary

Upokary

Quality information

  • Health
  • Life
  • Fashion
  • Food
  • Code
  • English
  • বাংলা
Technology 

How to horizontally center an element using CSS?

Published: January 25, 2021Last updated: July 23, 2021 css

In this post, we will discuss the different approaches to make an element centered using CSS. Let’s consider we have the following parent and child elements.

<div class="parent">
    <div class="child">Content</div>
</div>

Following is the style to make it horizontally centered.

<style>
    .parent{
        display: flex;
        justify-content: center;
    }
</style>
Reference:
  • Horizontally center an element

You May Also Like

How to switch PHP versions for apache2 and command line?

May 15, 2019 beroza

Execution failed for task ‘:app:installDebug’ react native run android

December 5, 2018 beroza

How to run a spring boot application from command line?

December 4, 2019 beroza

Error java.lang.OutOfMemoryError: GC overhead limit exceeded

May 11, 2019 beroza

Should we write a lot of code inside finally block?

June 22, 2023 beroza

How to visually hide element using CSS?

August 15, 2021 Avijit Paul

Write a program to decrypt string from alphabet to integer mapping

June 8, 2022 beroza

How to compare two objects in JavaScript?

August 28, 2021 beroza

Uncaught RangeError: Invalid array length JavaScript

November 27, 2019 beroza

Why Upokary?

Upokary.com is a useful application in everyday life. It provides very handy information regarding every aspect of life. Each and every tip of upokary.com is meant to make life better.

Upokary tools

  • Youtube thumbnail
  • Youtube video downloader

Useful Links

  • Handy code
  • Technology
  • People
  • Programming
  • Quote
  • Travel
  • WordPress
  • IELTS
  • Kids

Pages

  • Sitemap
  • Privacy policy
  • About us
  • Contact us

Support

For any kind of query or question please drop a message in the following email: upokary@gmail.com
Copyright © 2026 Upokary. All rights reserved.