-
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;O.K You are ready to code!
Related Posts
AI in Your Hands: Nvidia’s $3,000 Supercomputer Changes Everything
Greetings Dev.to community! Nvidia has recently unveiled a groundbreaking product: a personal AI supercomputer named Digits. Priced at…
Day 18 of 100 Days of Code
Thu, July 18, 2024 I kept grinding earlier today on flexbox, wanting to know my new friend inside…
Roslyn CodeFix for updating code
Changes are inevitable when you are working with many repositories. As your applications and codebases evolve, methods are…