-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyes.css
More file actions
44 lines (42 loc) · 727 Bytes
/
yes.css
File metadata and controls
44 lines (42 loc) · 727 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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
background-color: hsl(212, 45%, 89%) ;
height: 100%;
width: 100%;
}
.vick{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 30px;
margin-bottom: 60px;
padding-bottom: 150px;
border-radius: 10px;
padding: 20px;
}
h1{
margin-top: 50px;
}
.text{
font-size: 15px;
margin-top: 20px;
color : hsl(218, 44%, 22%) ;
}
img{
border-radius: 10px;
height: 400px;
}
.container{
background-color: white;
display: flex;
flex-direction: column;
}