Spaces:
Sleeping
Sleeping
File size: 389 Bytes
eabd277 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
body {
background-color: black;
color: white; /* text color */
}
h2 {
font-family: 'Yusei Magic', sans-serif;
}
.DESCARGA1 {
background-color: rgb(255, 255, 255);
}
.DESCARGA2 {
background-color: rgb(255, 255, 255);
}
.well {
background-color: rgb(0, 0, 0);
}
|