-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.css
More file actions
56 lines (56 loc) · 775 Bytes
/
contact.css
File metadata and controls
56 lines (56 loc) · 775 Bytes
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
body{
margin-top:40px;
margin:0px;
}
#back{
font-size:30px;
width:40px;
height:40px;
border-radius:50%;
color:black;
display:flex;
justify-content: center;
align-items: center;
outline:none;
position:fixed;
top:10px;
left:10PX;
}
#back:active{
background:rgba(0,0,0,0.7);
color:white;
}
h1{
font-size:50px;
margin:80px 0 0 20px;
}
p{
font-size:30px;
margin-left:20px;
}
.link{
font-size:30px;
padding:5px;
display:inline;
text-decoration: none;
}
.contact{
width:100%;
height:50px;
background:transparent;
border:2px solid black;
border-radius: 20px;
display:flex;
justify-content: center;
align-items: center;
}
.icon{
padding-right:10px;
color:black;
}
.icon:active{
color:white;
}
pre{
font-size: 30px;
}