-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrainfm_clone.css
More file actions
74 lines (74 loc) · 1.16 KB
/
brainfm_clone.css
File metadata and controls
74 lines (74 loc) · 1.16 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
body {
font-family: Arial;
color: white;
background-color: #4912f6;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.topbar {
display: flex;
align-items: center;
}
a {
text-decoration: none;
color: gray;
font-weight: bold;
white-space: nowrap;
}
a:visited {
color: #999999;
}
a:hover {
color: orange;
}
input[type='button'] {
border-radius: 25px;
background-image: linear-gradient(to right,#e7aa5e,#c35d09);
color: white;
border: 0px;
padding: 10px 20px 10px 20px;
font-weight: bold;
}
.left-main-column {
display: flex;
flex-direction: column;
}
#sessions-button {
padding: 10px;
font-size: 10px;
margin: 10px 20px 10px 30px;
text-align: center;
width: 110px;
height: 50px;
white-space: normal;
}
.section-2 {
display: flex;
padding-bottom: 75px;
justify-content: center;
}
.right-main {
flex: 1;
}
.section-3 {
display: flex;
justify-content: center;
padding-bottom: 100px;
}
.section-4 {
display: flex;
}
.bottom-left {
display: flex;
flex-direction: column;
flex: 1;
padding-left: 50px
}
.bottom-right {
display: flex;
flex-direction: column;
flex: 1;
padding-left: 50px;
}