-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwomen.css
147 lines (116 loc) · 3.01 KB
/
women.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&family=Montserrat:wght@500&family=PT+Sans&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&family=Inconsolata:wght@500&family=Montserrat:wght@500&family=PT+Sans&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300&family=Inconsolata:wght@500&family=Montserrat:wght@500&family=PT+Sans&family=Raleway:wght@300&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow&family=IBM+Plex+Sans:wght@300&family=Inconsolata:wght@500&family=Montserrat:wght@500&family=PT+Sans&family=Raleway:wght@300&family=Ubuntu&display=swap');
body {
overflow-x: hidden;
overflow-y: scroll;
}
#Web-Head{
font-family: 'Montserrat', sans-serif;
font-size: 30px;
}
.nav-item a{
font-size: larger;
font-family: 'IBM Plex Sans', sans-serif;
}
.nav-item a:hover{
text-decoration:underline;
font-weight:400;
}
.loader{
position: relative;
width: 100vw;
margin-top: 70px;
background-color: #2a2929;
height: 2px;
animation-name: loading;
animation-duration: 5s;
z-index: -1;
}
@keyframes loading{
0%{
background: red;
top:0px;
}
25%{
background: red;
right:550px;
}
75%{
background-color: red;
right: 350px;
}
100%{
background-size: 0px;
background-color: black;
}
}
.contents {
display: flex;
background-image: url('https://images.unsplash.com/photo-1434754205268-ad3b5f549b11?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1474&q=80');
image-rendering: pixelated;
width: 100vw;
background-repeat: no-repeat;
position: absolute;
/* margin: 56px 0px; */
height: 60rem;
position: relative;
}
.info {
/* background: url('https://images.unsplash.com/photo-1610859875107-b8a6d589c029?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=464&q=80'); */
margin: 10rem 0px 0px 50rem;
width: 30rem;
}
.info img {
position: absolute;
width: 36rem;
height: 35rem;
}
.info h2 {
position: relative;
margin: 3rem 3rem 2rem 0rem;
color: white;
}
.info p {
position: relative;
padding: 0px 60px 0px 0px;
font-size: 25px;
color: white;
}
.info h2 {
font-weight: 500;
}
.info button{
font-family: 'Exo 2', sans-serif;
}
.products {
display: flex;
position: relative;
margin: 10rem 50px;
}
.card {
margin: 20px 70px;
width: 20rem;
}
.image-prop {
padding: 150px 0px 0px 0px;
}
.container{
width: 100vw;
padding: 0;
margin: 0;
color: white;
}
footer {
width: 100vw;
padding: 0px 35px;
}
.dev{
font-family: 'IBM Plex Sans', sans-serif;
font-size: larger;
}
.dev i{
margin: 25px 10px;
}