-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDwln.css
43 lines (42 loc) · 892 Bytes
/
Dwln.css
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
.our-story-card-container {
width: 30%;
position: absolute;
bottom: 35px;
left: 100px;
}
.our-story-card-animation {
background: #000;
border-radius: 30px;
display: flex;
align-items: center;
margin-left: 50px;
justify-content: space-around;
padding: 10px;
border: 0.5px solid gray;
}
.our-story-card-animation-image img {
height: 100px;
border-radius: 10px;
}
.our-story-card-animation-text {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.text-0 {
color: azure;
font-weight: 700;
}
.text-1 {
text-shadow: -3px 0px 10px blue;
color: blue;
font-weight: 500;
}
.our-story-card-animation-custom {
background: url(https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/download-icon.gif)
50% no-repeat;
background-size: 100%;
height: 3em;
outline: 2px solid #000;
width: 3em;
}