pajuan commited on
Commit
eabd277
·
verified ·
1 Parent(s): 106e0c9

Upload styles.css

Browse files
Files changed (1) hide show
  1. styles.css +25 -0
styles.css ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
2
+
3
+ body {
4
+ background-color: black;
5
+ color: white; /* text color */
6
+ }
7
+
8
+ h2 {
9
+ font-family: 'Yusei Magic', sans-serif;
10
+ }
11
+
12
+ .DESCARGA1 {
13
+ background-color: rgb(255, 255, 255);
14
+ }
15
+
16
+ .DESCARGA2 {
17
+ background-color: rgb(255, 255, 255);
18
+ }
19
+
20
+ .well {
21
+ background-color: rgb(0, 0, 0);
22
+
23
+
24
+ }
25
+