- 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;
Lets Go!
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;
Lets Go!
For further actions, you may consider blocking this person and/or reporting abuse
uhteddy -
Louis Austke -
Rajesh Dhiman -
VAIBHAV RAI -
Top comments (2)
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:Ok thx