Skip to content

Commit 8365e04

Browse files
committedJul 26, 2024
Add styles
1 parent e840fb5 commit 8365e04

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
 

‎Source-Code/DayPredictor/style.css

+41
Original file line numberDiff line numberDiff line change
@@ -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+
font-size: 40px;
33+
color: #dd5800;
34+
font-weight: 800;
35+
}
36+
37+
#phrase {
38+
font-size: 40px;
39+
color: #00f;
40+
font-weight: 800;
41+
}

0 commit comments

Comments
 (0)