-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcssmain.css
110 lines (98 loc) · 1.31 KB
/
cssmain.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
body{
font-family: Titillium Web;
text-align: center;
font-size: 17px;
}
.row{
margin: 0;
text-align: center;
}
.jumbo{
font-size: 80px;
font-weight: 900;
color: #222222;
}
.sub-head{
font-size: 22px;
}
.faces-1{
padding: 0px;
margin: 0px;
cursor: pointer;
}
.faces-2{
padding: 0px;
margin: 0px;
cursor: pointer;
}
.faces-3{
padding: 0px;
margin: 0px;
cursor: pointer;
}
.left{
text-align: left;
}
.proposal_title-1{
font-size: 25px;
font-weight: 700;
}
.proposal_title-2{
font-size: 25px;
font-weight: 700;
}
.proposal_title-3{
font-size: 25px;
font-weight: 700;
}
.won{
background-color: #2ecc71;
padding: 3px;
color: #eee;
border-radius: 10px;
}
.lost{
background-color: #e74c3c;
padding: 3px;
color: #eee;
border-radius: 10px;
}
.fa{
margin-left: 5px;
}
.name-1{
font-size : 25px;
font-weight: 600;
}
.name-2{
font-size : 25px;
font-weight: 600;
}
.name-3{
font-size : 25px;
font-weight: 600;
}
.soc-but{
background-color: #c0392b;
border-radius: 5px;
padding: 10px;
color: #eee;
font-weight: 700;
cursor: pointer;
}
.tech-but{
background-color: #27ae60;
border-radius: 5px;
padding: 10px;
color: #eee;
font-weight: 700;
cursor: pointer;
}
.sports-but{
background-color: #2980b9;
border-radius: 5px;
padding: 10px;
color: #eee;
font-weight: 700;
cursor: pointer;
}