-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
68 lines (61 loc) · 1.16 KB
/
style.css
File metadata and controls
68 lines (61 loc) · 1.16 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
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
*{
margin:0;
padding:0;
}
body{
font-family: 'Figtree', 'san-serif';
background-color: hsl(47, 88%, 63%);
}
.container{
max-width: 400px;
margin:auto;
display:flex;
}
.box{
background-color:hsl(0, 0%, 100%);
padding: 20px;
align-items: auto;
border-radius: 16px;
font-size: 16px;
margin-top: 175px;
width:99%;
border: 2px solid black;
box-shadow: 8px 8px 0px 0px;
}
.box svg{
width: 100%;
border-radius:35px;
}
h2{
font-size: 30px;
font-weight: 800;
margin-bottom: 15px;
}
h3{
background-color: hsl(47,88% , 63%);
padding:4px;
padding-left:15px;
width: 90px;
border-radius: 5px;
margin-top:20px;
}
.text1 p{
font-size: 16px;
font-weight: 500;
margin-top: 15px;
margin-bottom: 20px;
}
.text2 p{
color:hsl(0, 0%, 50%);
margin-bottom: 25px;
font-size: 16px;
font-weight: 500;
}
.bottom{
display: flex;
align-items:center;
}
.bottom h4{
margin-left: 15px;
}