We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e840fb5 commit 8365e04Copy full SHA for 8365e04
Source-Code/DayPredictor/style.css
@@ -0,0 +1,41 @@
1
+body {
2
+ font-family: Arial, Helvetica, sans-serif;
3
+ margin: 50px;
4
+ background: #fff;
5
+}
6
+
7
+#container {
8
+ width: 500px;
9
+ height: 350px;
10
+ background-color: rgb(157, 255, 0);
11
+ margin: auto;
12
+ border-radius: 30px;
13
+ padding: 20px;
14
15
16
+h1 {
17
+ font-size: 40px;
18
+ font-weight: 900;
19
+ text-transform: uppercase;
20
+ text-align: center;
21
+ color: #f533e8;
22
23
24
+ul {
25
+ list-style-type: none;
26
+ display: flex;
27
+ flex-direction: column;
28
+ align-items: center;
29
30
31
+#weekday {
32
33
+ color: #dd5800;
34
+ font-weight: 800;
35
36
37
+#phrase {
38
39
+ color: #00f;
40
41
0 commit comments