How can l change the size of cover img?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can l change the size of cover img??

Please help me

22nd Jun 2018, 2:39 AM
Mahmood Garshe
Mahmood Garshe - avatar
3 Answers
+ 3
Description your problem, please
22nd Jun 2018, 2:44 AM
Sergey Nikolaev (mccrush)
Sergey Nikolaev (mccrush) - avatar
+ 2
<style> body, html { height: 100%; margin: 0; } .bg { background-image: url("test.jpg"); height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; } </style>
22nd Jun 2018, 3:31 AM
Sudarshan Rai
Sudarshan Rai - avatar
0
In this blog I want To change the cover size.. How can i do it? Not profile image
22nd Jun 2018, 3:32 AM
Mahmood Garshe
Mahmood Garshe - avatar