Untitled

 avatar
unknown
plain_text
2 years ago
271 B
9
Indexable
body{

    background-image: url("kushan.jpg");

    background-size: cover;

    background-repeat: no-repeat;

}

 

.h1{

    font-weight: bold;

    font-size: 100px;

    margin-top: 10px;

}

 

.background{

    width: 100%;

    height: 620px;

    margin: 0%;

}
Editor is loading...