DEV Community

Cover image for Must know CSS code.
Waleedh Nihal
Waleedh Nihal

Posted on • Updated on

 

Must know CSS code.

  1. display:flex;
    2.justify-content:center;
    3.align-items:center;
    4.background-image:url(./whatever-image-you-have);
    5.background-repeat:no-repeat;
    6.font-weight:bold;
    7.background-size:cover;

    O.K You are ready to code!

Top comments (2)

Collapse
 
lensco825 profile image
Lens

Great examples! You should also add background-size: cover since it makes sure the whole content of the backgroud image is visable. Here's a quick example i made:


Collapse
 
orix profile image
Waleedh Nihal

Ok thx

Top Heroku Alternatives (For Free!)

Recently Heroku shut down free Heroku Dynos, free Heroku Postgres, and free Heroku Data for Redis on November 28th, 2022. So Meshv Patel put together some free alternatives in this classic DEV post.