-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (49 loc) · 1 KB
/
style.css
File metadata and controls
71 lines (49 loc) · 1 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
.attribution {
font-size: 11px; text-align: center;
}
.attribution a {
color: hsl(228, 45%, 44%);
}
*{
padding: 0;
margin: 0;
}
img {
width: 100%;
}
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color:hsl(212, 45%, 89%) ;
font-family: "Outfit", sans-serif;
}
.continer {
padding: 16px;
margin: 150px;
background-color: white;
border-radius: 16px;
width: 315px;
text-align: center;
}
.continer img{
border-radius: 16px;
}
.continer h2 {
padding-top: 29px;
font-size: 22px;
padding-bottom: 26px;
font-weight: 700;
}
.continer p{
padding-bottom: 28px;
font-size: 16px;
font-weight: 400 ;
color: hsl(220, 15%, 55%);
}
.text {
padding-left: 20px;
padding-right: 20px;
}