-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmind.css
73 lines (68 loc) · 1.15 KB
/
mind.css
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
body{
font-family: 'Work Sans', sans-serif;
margin: 0px;
background-color: #E9C893;
}
button{
color: #1E392A;
float: left;
border: none;
font-size: 20px;
background: none;
font-family: inherit;
height: 100%;
letter-spacing: 3px;
text-transform: uppercase;
font-weight: 700;
outline: none;
padding-left: 45%;
margin: 20px 0px;
}
.solution{
margin-top: 30px;
height: 100px;
}
#findItElement{
transition-duration: all 10s;
}
.displayElements{
height: 445px;
margin: 30px 30px 0px 30px;
}
.rules{
color:#1E392A;
font-weight: 300;
margin: 0% 0% 0% 15%;
text-align: center;
}
p{
font-weight: 700;
font-size: 400%;
height: 80px;
text-align: center;
margin: 11px;
}
.header{
height: 100px;
background: #828081;
margin: 0px 0px auto;
text-align: center;
}
span{
font-family: 'Dancing Script', cursive;
color: white;
font-weight: 700;
font-size: 75px;
}
.node{
width: 30px;
margin: 12px;
color: #3CC47C;
}
.elements{
width: 10%;
font-size: 20px;
float: left;
font-weight: 600;
color: #1E392A;
}