-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (76 loc) · 1.63 KB
/
style.css
File metadata and controls
87 lines (76 loc) · 1.63 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
body {
padding-top: 50px;
}
h4,p,a,button
{
text-align: center;
}
.show-cart li {
display: flex;
}
.grid-child-svg{
width: 300px !important;
height: auto;
margin-left: -15rem;
margin-top: 5rem;
flex: 1;
}
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
}
.grid-child{
z-index: 4;
background: #1FA2FF;
background: -webkit-linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);
background: linear-gradient(to right, #A6FFCB, #12D8FA, #1FA2FF);
background-size: cover;
width: 500px;
border-radius: 20px;
margin-left: -15rem !important;
}
.card-img-top {
width: 100px;
height: 150px;
align-self: center;
}
#bord2
{
border: 4px solid #DBB1CD;
box-shadow: 8px 2px 3px dimgray;
margin-bottom: 20px;
border-radius: 1px 30px / 30px;
}
#bord
{
border: 4px solid lightpink;
border-radius:15% 10%;
box-shadow: 8px 2px 3px dimgray;
margin-bottom: 20px;
}
.card {
padding-bottom: 1rem;
overflow: hidden;
}
img {
border-radius: 5rem 5rem 0 0;
/*mix-blend-mode: var(--card-blend-mode);*/
/*mix-blend-mode:screen;*/
/*filter: contrast(150%);*/
/*filter: saturate(200%);*/
/*filter: brightness(100%);*/
}
body{
background: url("https://www10.lunapic.com/do-not-link-here-use-hosting-instead/162485622610144129?2710832647") no-repeat center center fixed ;
background-size: cover;
font-weight: 300;
font-size: 1.05rem;
line-height: 1.6;
/* font-family: 'Poppins', sans-serif;
*/
font-family: 'Lato', sans-serif;
color:#004B8D;
/* opacity: 0.5; */
/* backdrop-filter: blur(20px); */
}