-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
89 lines (73 loc) · 1.32 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
body {
margin: 0;
font-family: Arial, sans-serif;
}
.navbar {
display: flex;
justify-content: flex-end;
background-color: #333;
padding: 25px;
}
.logo {
height: 50px;
margin-right: 33px;
width: auto;
}
body {
margin: 0;
font-family: Arial, sans-serif;
}
.container {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
margin-left: 50px;
margin-top: 140px;
margin-bottom: 230px;
}
.content {
flex: 1;
}
.content h1 {
font-size: 50.5px;
margin-bottom: 10px;
margin-top: 10px;
}
.content p {
font-size: 20px;
}
.button-container {
display: flex;
align-items: center;
margin-right: 60px;
margin-top: 140px;
}
.button {
display: flex;
align-items: center;
cursor: pointer;
text-align: center;
}
.button p {
font-size: 16px;
color: #007BFF;
margin-right: 10px;
}
.button-image {
width: 50px;
height: 50px;
border: 2px solid #007BFF;
border-radius: 50%;
padding: 5px;
}
.prediction-section {
background-color: #f0f0f0;
height: 265px;
padding: 20px;
margin: 20px 0;
border-radius: 8px;
}
.prediction-section h2 {
margin-bottom: 10px;
}