-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.css
82 lines (69 loc) · 1.42 KB
/
contact.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
.contact .title {
text-align: center;
font-size: 2rem;
margin-top: -40px;
color:black;
transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.contact {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.contact p{
text-align: left;
max-width: 700px;
color: #ffffff;
}
.contact-info {
text-align: center;
}
.info-title {
font-size: 2.5rem;
font-weight: 700;
color: #ffffff;
margin-bottom: 2rem;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: -30px;
}
.contact .social-icons {
display: flex;
justify-content: center;
margin-top: 2rem;
text-align: left;
color: #ffffff;
}
.contact .social-icons a {
display: inline-flex;
justify-content: center;
align-items: center;
width: 3.2rem;
height: 3.2rem;
background: transparent;
border: 2px solid #ffffff;
font-size: 2rem;
border-radius: 50%;
color: #ffffff;
margin: 1.2rem 1rem 1.5rem 0;
transition: 0.3s ease-in-out;
text-decoration: none;
}
.contact .social-icons a:hover {
color: #3a47e0;
transform: scale(1.3)translateY(-5px);
box-shadow: 0 0 25px #000000;
background-color: #ffffff;
}
.contact h1{
text-align: left;
}
.contact h1 {
text-align: left;
margin: 0;
width: 120%;
margin-top: 150px;
font-size: 15px;
}