Front/CSS
[CSS] CSS Background tools
AlexHouse
2022. 1. 17. 16:27
I think you just need to know that there are things like this.
<body style="background-image: url(../images/bg_main.jpg); background-size: cover;">
<body style="background-image: url(../images/bg_main2.png); background-size: 60% 80%;">
<body style="background-image: url(../images/bg_main.jpg); background-repeat: no-repeat;">
To be continue