-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
92 lines (82 loc) · 1.6 KB
/
style.css
File metadata and controls
92 lines (82 loc) · 1.6 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
88
89
90
91
92
html {
height: 100%;
}
body {
height: 100%;
width: 100%;
border: 30px solid transparent;
padding: 15px;
border-image: url(https://www.rarewoodsusa.com/wp-content/uploads/2018/08/mahogany-brazil-1000x500.jpg)
30 round;
text-align: center;
margin: 0px;
}
.file {
display: none;
}
#lab {
font-size: 150%;
background-image: linear-gradient(40deg, #ff6ec4, #7873f5);
border-radius: 15px;
padding: 10px;
cursor: pointer;
}
.container-fluid {
opacity: 1;
background-image: url(https://cdn.pixabay.com/photo/2016/05/24/16/48/mountains-1412683__340.png);
background-size: cover;
height: 100%;
}
#text {
margin-left: 26%;
width: 50%;
height: 17%;
border-radius: 10px;
}
.image {
padding: 1%;
height: 30%;
width: 30%;
}
#collage {
font-size: 150%;
background-image: linear-gradient(40deg, #ff6ec4, #7873f5);
border-radius: 15px;
padding: 10px;
margin: 10px;
}
#add {
font-size: 150%;
background-image: linear-gradient(40deg, #ff6ec4, #7873f5);
border-radius: 15px;
padding: 10px;
}
.after {
display: none;
height: 100%;
width: 100%;
text-align: center;
}
.flexy {
display: flex;
flex-wrap: wrap;
height: 100%;
width: 100%;
background-color: pink;
border-radius: 15px;
justify-content: space-around;
}
#btn-c {
transform: translateY(14px);
background-image: linear-gradient(40deg, #ff6ec4, #7873f5);
border-radius: 15px;
}
#carousel {
display: none;
width: 100%;
height: 100%;
}
.d-block {
height: 90vh;
width: 90vw;
}