-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatchup.css
117 lines (95 loc) · 1.76 KB
/
matchup.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
111
112
113
114
115
116
117
/* CSS files add styling rules to your content */
@import "https://fonts.googleapis.com/css?family=Raleway";
.topimg {
/* object-fit: cover;
display: block;
position: static;
top: 00%;
left: 50%;
transform: translate(10%, -50%);
height: 178px; */
display: center;
text-align: center;
margin: 0 auto;
/*overflow: hidden;
background-size: cover;
background-position: center;
background-image: url('https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2FActiBridge_Logo.png?v=1593896410502'); */
}
h1 {
font-family: Raleway, arial, sans-serif;
margin: 2em;
text-align: center;
}
body {
font-family: Raleway, arial, sans-serif;
margin: 2em;
background-image: url("https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2F340434.png?v=1593911265740");
}
/* #but1 {
left: 10px;
}
#but2 {
}
#but3 {
}
#but4 {
} */
.outer {
width: 100%;
text-align: center;
display: flex;
justify-content: space-between;
}
.inner {
display: inline-block;
}
.but:hover {
letter-spacing: 0.8em;
background-color: #F08C99;
}
button {
color: white;
height: 4em;
width: 30%;
padding: 1.5em;
display: block;
margin-right: auto;
margin-left: auto;
background-color: #B697CC;
border: none;
border-radius: 3px;
text-transform: uppercase;
letter-spacing: 0.5em;
transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.black {
background-color: black;
padding: 10%;
}
.green {
background-color: #2BB39C;
padding: 10%;
}
.darkbrown {
background-color: #806D6B;
padding: 10%;
}
.darkbrowntext {
color: #806D6B;
}
.purple {
background-color: #B697CC;
padding: 10%;
}
.activism {
color: white;
text-align: center;
}
.learn {
color: white;
margin-left: 10%;
}
.lightheading {
color: #c1cad9;
}