-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
57 lines (38 loc) · 731 Bytes
/
styles.css
File metadata and controls
57 lines (38 loc) · 731 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
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
*{
background-color:brown;
box-sizing: border-box;
}
p{
text-align: center;
}
h3{
text-align: center;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
width: 288px;
height: 288px;
left: 576px;
top: 168px;
border-radius: 20px;
display: block;
}
.card{
border: 5px solid #555;
margin-top: 152px;
margin-bottom: 151px;
margin-left: 420px;
margin-right: 560px;
padding-top: 16px;
padding-bottom: 185px;
padding-left: 16px;
padding-right: 16px;
width: 320px;
}
body{
min-height: 100vh;
}