Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
271 B
4
Indexable
Never
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%;

}