-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (97 loc) · 1.91 KB
/
style.css
File metadata and controls
124 lines (97 loc) · 1.91 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
114
115
116
117
118
119
120
121
122
123
124
body{
background-color: #EDEDED;
}
.top{
background-color: #282828;
}
h1 {
color: #111;
font-family: ‘Raleway’, sans-serif;
font-size: 100px;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
text-align: center;
}
h2 {
color: #111;
font-family: ‘Raleway’, sans-serif;
font-size: 60px; font-weight: 300;
line-height: 32px;
text-align: center;
}
p {
color: black;
font-family: ‘Helvetica Neue’, sans-serif;
font-size: 20px; line-height: 24px;
margin: 0 0 24px;
text-align: center;
text-justify: inter-word;
padding: 50px;
}
.what{
margin-left: 300px;
margin-right: 300px;
}
.what1{
background-color: white;
margin-left: 300px;
margin-right: 300px;
box-shadow: 5px 5px 3px #808080 ;
}
a {
color: black;
text-decoration: underline;
}
a:hover {
color: #c8c8c8;
text-decoration: underline;
}
.buttonplus {
text-decoration: none;
outline: none;
color: white;
display: inline-block;
position: relative;
margin: 10px 20px; font-family: 'Montserrat', sans-serif;
text-transform: uppercase;
overflow: hidden;
letter-spacing: 2px;
transition: .8s cubic-bezier(.165,.84,.44,1);
text-decoration:none;
}
.buttonplus:hover{
color: #C0C0C0;
text-decoration: none;
}
.example-2 .btn-tertiary{
color:#555;padding:0;
line-height:40px;
width:300px;margin:auto;
display:block;
border:2px solid #555
}
.example-2 .btn-tertiary:hover,.example-2 .btn-tertiary:focus
{
color:#888;
border-color:#888
}
.example-2 .input-file{
width:.1px;
height:.1px;opacity:0;
overflow:hidden;
position:absolute;
z-index:-1
}
.example-2 .input-file + .js-labelFile{
overflow:hidden;text-overflow:ellipsis;
white-space:nowrap;
padding:0 10px;
cursor:pointer}
.example-2 .input-file + .js-labelFile .icon:before{
content:"\f093"
}
.example-2 .input-file + .js-labelFile.has-file .icon:before{
content:"\f00c";
color:#5AAC7B
}