-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcstyle.css
54 lines (47 loc) · 821 Bytes
/
cstyle.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
form{
margin-top: 20px;
transition: all 4s ease-in-out;
text-align: center;
}
.form-control {
background: transparent;
border-bottom: 1px solid grey;
outline:none;
color: white;
font-size: 20px;
margin-bottom: 16px;
}
input {
height: 36px;
}
form .submit {
background-color: #ec2e2e;
border-color: transparent;
color: #fff;
font-size: 24px;
letter-spacing: 4px;
height: 42px;
margin-top: 20px;
box-shadow: 0px 5px 5px black;
}
#contact-form {
padding: 20px;
background-color: rgba(30,30,30,0.5);
background-blend-mode: screen;
border-radius: 24px;
position: relative;
z-index: 3;
top: -436px;
}
h1 {
font-size: 60px;
}
#text-about {
position: relative;
top: 100px;
font-family: 'Dosis', sans-serif;
color: white;
font-weight: lighter;
font-size: 30px;
line-height: 120%;
}