-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (43 loc) · 722 Bytes
/
Copy pathstyle.css
File metadata and controls
46 lines (43 loc) · 722 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
body{
height: 100%;
width: 100%;
background-color: #D3E0EA;
text-align: center;
}
p{
line-height: 1;
}
.p1{
color: black;
margin: 40px 20px 20px 20px;
font-size: 17px;
}
.p2{
color: grey;
margin: 20px 20px 0 20px;
font-size: 14px;
}
.img1{
width: 120px;
height: 120px;
margin: 22.5% auto;
}
.div2{
background-color: #009EFF;
height: 220px;
width: 220px;
border-radius: 0.65rem;
margin: 0 15px;
position: relative;
top: 15px;
}
.attribution {
background-color: white;
border-radius: 1.2rem;
position: relative;
width: 250px;
height: 400px;
margin: 20% auto;
font-size: 11px;
color: hsl(228, 45%, 44%);
}