-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
103 lines (69 loc) · 1.17 KB
/
main.css
File metadata and controls
103 lines (69 loc) · 1.17 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
/***********************
ROUND BUTTONS
************************/
.round {
border-radius: 34px;
height: 70px;
}
.email_link{
color: white;
}
.email_link:hover{
color: #00c0d1;
}
/***********************
CUSTON BTN VALUES
************************/
input[type="text"]
{
font-size:16px;
color: #00c0d1;
font-weight: 20;
font-size-adjust: auto;
}
.jumbotron {
background: url('cover.png');
background-size: cover;
}
.container2 a{
background-color: #ffae19;
height: 38px;
font-weight: 300px;
padding-top: 50px;
padding-right: 30px;
padding-bottom: 50px;
padding-left: 30px;
}
.btn-primary {
background: #ffae19;
color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
background: #00c0d1;
}
.navbar-fixed-top {
margin-right: 0px;
margin-top: 0px;
}
.form-text{
color: #ffae19;
}
.year{
color: #ff7f7f;
}
.navbar-brand{
margin-right: 0px;
margin-top: 0px;
}
.spacesside{
margin-righ: 0px;
margin-top: 0px
}
.divider{
width:15px;
height:auto;
display:inline-block;
}
.apple{
text-decoration-color: #ffae19;
}