-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanding.css
More file actions
57 lines (49 loc) · 764 Bytes
/
landing.css
File metadata and controls
57 lines (49 loc) · 764 Bytes
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
* {
margin: 0;
padding: 0;
}
#cc-logo {
width: 5%;
height: 5%;
padding: 1rem 1rem 0rem 1rem;
}
body {
/* background-color: #981e32; */
/* color: white; */
}
a {
font-family: monospace;
text-decoration: none;
display: inline;
font-size: 2rem;
padding: 1em ;
margin-top: 0;
}
a:hover {
cursor: pointer;
}
#header-img {
display: block;
margin: 1.5rem auto 0 auto;
/* object-fit: cover; */
/* width: 100%; */
/* height: 600px; */
}
.header-img-container {
background-color: #eee;
}
h1 {
font-family: monospace;
text-align: center;
font-size: 2.5rem;
padding-top: 3rem;
}
p {
font-family: monospace;
text-align: center;
font-size: 2rem;
}
.landing-content {
background-color: white;
/* color: #444; */
}