-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (38 loc) · 757 Bytes
/
style.css
File metadata and controls
45 lines (38 loc) · 757 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
body{
background-color: rgb(240, 238, 238);
}
.doflamingo{
width: 80px;
margin: 0px;
}
.name{
font-weight: 1000;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
.bio{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: 600;
margin-top: 0%;
}
.contact{
border: none;
padding-left: 20px;
padding-right: 20px;
padding-bottom:13px ;
padding-top: 13px;
background-color: rgb(25, 25, 252);
font-family: Arial, Helvetica, sans-serif;
font-weight: 600;
border-radius: 8px;
margin-top: 6px;
}
.main{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
min-height: 100vh;
}