-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrainFM2.CSS
More file actions
113 lines (87 loc) · 1.63 KB
/
BrainFM2.CSS
File metadata and controls
113 lines (87 loc) · 1.63 KB
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
111
112
113
body {
background-color: rgb(69, 24, 248);
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: smaller;
}
input[type='button'] {
padding: 15px 20px;
color: white;
background-color: rgb(236, 161, 20);
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
align-items: center;
font-weight: bold;
border-radius: 25px;
}
.section-1 {
display: flex;
align-items: center;
flex-direction: row;
margin-bottom: 200px;
}
.section-2 {
display: flex;
align-items: left;
flex-direction: row;
font: 1000px;
}
.section-3 {
display: flex;
align-items: center;
flex-direction: column;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
.section-4 {
display: flex;
margin: 200px;
align-items: row;
}
.section-5 {
display: flex;
text-decoration: none;
align-items: row;
margin: 175px;
margin-bottom: 0px;
margin-top: 0px;
}
a:visited {
color: white;
}
a:hover {
color: #999999;
}
.headline-1 {
font-size: 30px;
}
.headline-2 {
font-size: 25px;
font-weight: bolder;
}
.headline-3 {
font-size: 15px;
font: weight 300px;
font-family: Georgia, 'Times New Roman', Times, serif
}
.headline-4 {
font-size: small;
font-weight: 300;
margin-bottom: 4px;
}
.headline-5 {
font-family: Franklin Gothic Medium, 'Arial Narrow', Arial, sans-serif;
font: 30px;
}
#text-L {
font-size: 12px;
flex-grow: 1;
flex-shrink: 1;
padding-right: 100px;
}
#text-R {
font-size: 12px;
flex-grow: 1;
margin-right: 100px;
}