7 lines
182 B
CSS
7 lines
182 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("../fotos/11.jpeg");
|
||
|
}
|