-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (57 loc) · 1.17 KB
/
style.css
File metadata and controls
59 lines (57 loc) · 1.17 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
body{
display: flex;
height: 100vh;
width: 100%;
background-color: (0, 0%, 100%);
justify-content: center;
align-items: center;
}
.container{
height: 430px;
position: relative;
width: 250px;
margin: 0px;
padding: 0px;
border: solid white ;
background-color:hsl(230, 49%, 89%) ;
border-radius: 20px;
margin-bottom: 10px;
}
img{
border-radius: 10px;
width: 230px;
height: 230px;
position: absolute;
margin: 10px
}
.text{
position: relative;
padding-top: 15px;
margin: 0px;
}
.first{
margin-top:230px ;
margin-left: 10px;
margin-right: 5px;
font-size: 15px;
font-weight: bolder;
font-family: "Poppins", sans-serif;
text-align: center;
padding: 10px;
}
.two{
font-family: "Poppins", sans-serif;
font-size: small;
text-align: center;
margin-bottom: 50px;
}
.attribution{
display: flex;
width: 100%;
align-items: end;
text-align: center;
margin: 5%;
font-size: small;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
word-spacing: 3px;
}