-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
54 lines (54 loc) · 1.08 KB
/
style2.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
.data{
background-image: url(./Images/171177.jpg);
background-size: cover;
/* background-position-x: -800px; */
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.wel{
height: 75px;
width: 100vw;
padding: 20px;
text-align: center;
}
.come .head{
padding: 20px;
font-family: "Luckiest Guy";
color: green;
font-size: 25px;
}
.sec{
width: 100vw;
min-height: 1080px;
margin-top: 10px;
overflow: hidden;
border-radius: 10px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.colu{
display: flex;
flex-direction: column;
}
.box{
margin: 100px;
margin: 20px;
display: flex;
flex-direction: column;
width: 500px;
height: 370px;
background: #fff;
border-radius: 10px;
/* box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.8); */
}
.sec .box .img_slide img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}