-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
110 lines (88 loc) · 1.58 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url(https://fonts.googleapis.com/css?family=Merriweather);
/* Set default values here */
body {
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
font-size: 20px;
line-height: 1.5em;
margin: 0px;
}
/* This styles the "title" of the page */
#header {
background-color: #0F0838;
color: #FFFFFF;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
margin: 0px;
}
a {
/* text-decoration: deaf;
color: #000000; */
}
h1 a {
font-size: 80px;
font-weight: bold;
text-shadow: none;
color:#FFD000;
text-decoration: none;
line-height: 1.15em;
margin-top: 20px;
margin-bottom: 20px;
}
h2 {
font-weight: 600;
}
h3 {
font-weight: 400;
margin-top: 20px;
margin-bottom: 10px;
margin-left: -40px;
}
p {
font-weight: 400;
margin-left: 20px;
margin-right: 20px;
}
ul {
margin-left: 40px;
}
ul ul {
margin-left: 0px;
}
#day {
margin-left: 50px;
margin-right: 50px;
margin-top: 20px;
margin-bottom: 20px;
height: auto;
}
#flljrlogo {
height: 25%;
width: 25%;
/* height: 480px;
width: 583px; */
}
#farmingtonrobotics {
background-color: #0F0838;
color: #FFFFFF;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
font-size: 16px;
margin: 0px;
}
.website-link:link {
color: #FFD000;
}
.website-link:visited {
color: #FFD000;
}
.website-link:hover {
color: #FFD000;
}
.website-link:active {
color: #FFD000;
}