-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.CSS
More file actions
53 lines (49 loc) · 815 Bytes
/
Style.CSS
File metadata and controls
53 lines (49 loc) · 815 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
.container {
width:1000px;
height:600px;
margin:400px 100px 100px 100px;
border-style:solid;
border-color:black;
background-color:rgb(97, 97, 97);
}
.header{
width:1000px;
height:250px;
background-color:teal;
}
.top-nav{
height:100px;
width:100px;
}
.biopic{
vertical-align:center;
align-items:center;
height:180px;
width:180px;
background-color:rgb(97, 97, 97);
border-radius:140px;
margin-left:40px;
margin-top:60px;
}
.profilebtn{
background-color:white;
border-radius:100px;
height:140px;
width:140px;
}
.card-body{
height:200px;
margin-left:40px;
margin-top:120px;
}
.location-nav {
height:20px;
color:white;
}
.line2{
margin-top:-15px;
}
.settings-icon{
height:20px;
color:white;
}