-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyles.css
125 lines (125 loc) · 2.24 KB
/
Styles.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/* Color Scheme:
Dark blue: #769FB0
Light Blue: #DEF6FF
Blue: #C2ECFC
Dark Brown: #B08C64
Light Brown: #FCE1C2
*/
html {
background-image: linear-gradient(to right, #B08C64, #FCE1C2);
}
body {
box-sizing: border-box;
}
a:link {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: none;
color: white;
}
a:visited {
text-decoration: none;
color: black;
}
a:active {
text-decoration: none;
color: white;
}
.wrap {
background-color: #C2ECFC;
margin: 20px auto;
text-align: center;
border: 10px #B08C64;
box-shadow: 0 0 10px 5px black;
width: 80%;
border-radius: 50px;
}
.invwrap {
background-color: transparent;
margin: 0 auto;
text-align: center;
}
.navbutton {
display: inline;
position: relative;
text-align: center;
box-shadow: 0 0 10px 5px black;
background-color: #DEF6FF;
width: 20%;
margin: 10px;
}
.clear {
clear: both;
}
.height {
height: 150px;
}
.DioMeme {
text-align: center;
position: relative;
top: 800px;
}
.ball8 {
margin: 0 auto;
background-image: linear-gradient(135deg, #441852 0%, #6F2885 20%, #441852 25%, #2B0038 75%, #330033 80%, #441852);
border-radius: 300px;
height: 600px;
width:600px;
}
.prediction {
position: relative;
margin: 0 auto;
height: 100px;
width: 300px;
border-radius: 0px 0px 100px 100px;
background-color: black;
border: solid 10px #2B0038;
top: 100px;
color: white;
text-align: center;
}
.eight {
position: relative;
margin: 0 auto;
height: 300px;
width: 300px;
border-radius: 150px;
background-image: url("Imgs/eight.png");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: solid 10px #2B0038;
top: 150px;
}
.QA {
margin: 10px;
width: 40%;
height: 400px;
overflow: scroll;
}
.reassure {
clear:both;
margin: 0 auto;
width: 80%;
}
.left {
float:left
}
.right {
float:right;
}
.center {
margin: 10px auto;
text-align: center;
}
.memewrap {
background-color: #C2ECFC;
margin: 20px auto;
text-align: center;
border: 10px #B08C64;
box-shadow: 0 0 10px 5px black;
width: 80%;
border-radius: 50px;
}