+ 2
How can l change the size of cover img??
Please help me
3 ответов
+ 3
Description your problem, please
+ 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>
0
In this blog
I want To change the cover size..
How can i do it?
Not profile image



