-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (55 loc) · 1.27 KB
/
style.css
File metadata and controls
67 lines (55 loc) · 1.27 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
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body {
font-family: "Roboto", sans-serif;
}
.content {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
width: 100%;
height: 100vh;
}
.card {
background: #fff;
box-shadow: 0px 2px 23px #26395347;
border-radius: 20px;
width: 300px;
margin: 0px 10px;
}
.top-card {
padding: 20px;
padding-top: 0px;
}
.title {
color: #2b3d59;
}
.second-text {
color: #828fa1;
}
.media-card1 {
background: url(https://a.ltrbxd.com/resized/sm/upload/ut/1u/0e/hi/whisper-of-heart-1200-1200-675-675-crop-000000.jpg?k=2eb4713533) center/cover;
height: 250px;
width: 100%;
}
.media-card2 {
background: url(https://www.magazine-hd.com/apps/wp/wp-content/uploads/2016/02/spirited-away-haku-sin-studio-ghibli_460233.jpg) center/cover;
height: 250px;
width: 100%;
}
.media-card3 {
background: url(https://3.bp.blogspot.com/-uyG_j0yD8mE/Wd1rXeXdM5I/AAAAAAAAKcg/kBZWae9dwS41a9UPT722_9V2rfiKaWwAACLcBGAs/s1600/howls-moving-castle-disneyscreencaps.com-694.jpg) center/cover;
height: 250px;
width: 100%;
}
.bottom-card {
padding: 20px;
}
.bottom-text {
color: #445b73;
}
.actions {
background: none;
border: none;
color: purple;
}