7 lines
193 B
CSS
7 lines
193 B
CSS
.main {
|
|
color: beige;
|
|
font-size: 30px;
|
|
font-family: Candara;
|
|
background-image: linear-gradient(to bottom, #b69fe1, rgb(40, 34, 79));
|
|
background-image: url("../images/barbie-dumaet.jpg");
|
|
} |