This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (85 loc) · 1.38 KB
/
style.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
ul{
list-style: none;
display:flex;
}
.headerLogo{
font-size: 28px;
font-weight: 900;
/* color:white; */
}
.Header li{
margin:8px;
}
.Header{
display:flex;
justify-content: space-around;
align-items: center;
background-color: #003459;
color:white;
}
a{
color:white;
text-decoration: none;
}
*{
outline:2px solid red;
}
.HeroText{ /* hero text is the blue area at top*/
background-color: #003459;
display:flex;
justify-content: center;
padding:100px;
}
.block{
display: flex;
flex-direction: column;
flex-grow:0;
max-width: 400px;
margin-right:144px;
}
.block > * {
margin-bottom:16px;
}
.MainTitle{
font-size: 42px;
color:white;
font-weight: 800;
}
.SubText{
font-size: 18px;
color:whitesmoke;
}
/* .signup{
font-size: 24px;
padding:6px 12px;
flex-grow:0;
} */
.signup {
padding:0.6em 2em;
border-radius: 8px;
color:#fff;
background-color:#1976d2;
font-size:1.1em;
border:0;
cursor:pointer;
/* margin:1em; */
width:max-content;
}
.Information{
padding:50px;
padding-bottom: 100px;
}
.RandomHeader{
font-size: 36px;
text-align: center;
font-weight: 800;
}
.Information li {
margin:24px;
max-width: 200px;
}
.imageRow {
display:flex;
justify-content: center;
text-align: center;
}