-
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
Coding Is Thinking: Why I Still Write Code by Hand
I’ve been a software developer for many years. Long enough to see waves of innovation come and go—new…
Who’s looking for open source contributors? (week 40)
Restarting something Ben was doing for a while, and we plan on doing this every Friday! Open Source…
What the HAL? The Quest for Finding a Suitable Embedded Rust HAL
Introduction When starting out with embedded Rust, I used to naively think that all existing HALs adopt more…