File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
1
+ body {
2
+ background-color : # 0a0a23 ;
3
+ }
4
+
5
+ # text {
6
+ background-color : # 0a0a23 ;
7
+ color : # ffffff ;
8
+ padding : 10px ;
9
+ }
10
+
11
+ # game {
12
+ max-width : 500px ;
13
+ max-height : 400px ;
14
+ background-color : # ffffff ;
15
+ color : # ffffff ;
16
+ margin : 30px auto 0px ;
17
+ padding : 10px ;
18
+ }
19
+
20
+ # controls ,
21
+ # stats {
22
+ border : 1px solid # 0a0a23 ;
23
+ padding : 5px ;
24
+ color : # 0a0a23 ;
25
+ }
26
+
27
+ # monsterStats {
28
+ display : none;
29
+ border : 1px solid # 0a0a23 ;
30
+ padding : 5px ;
31
+ color : # ffffff ;
32
+ background-color : # c70d0d ;
33
+ }
34
+
35
+ .stat {
36
+ padding-right : 10px ;
37
+ }
38
+
39
+ button {
40
+ cursor : pointer;
41
+ color : # 0a0a23 ;
42
+ background-color : # feac32 ;
43
+ background-image : linear-gradient (# fecc4c, # ffac33 );
44
+ border : 3px solid # feac32 ;
45
+ }
You can’t perform that action at this time.
0 commit comments