-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection-bride.css
More file actions
54 lines (49 loc) · 995 Bytes
/
section-bride.css
File metadata and controls
54 lines (49 loc) · 995 Bytes
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
section {
background-color: white;
}
#id_section_bride {
padding-top: 15px;
padding-bottom: 15px;
}
#id_section_bride {
padding-bottom: 15px;
background-color: rgb(248, 187, 208);
position: relative;
border-radius: 1px;
box-shadow: 0px 4px 32px -4px #000;
z-index: 33;
}
#id_div_section_bride_title {
padding-bottom: 10px;
}
@media (min-width: 768px) {
#id_div_section_bride_love {
height: 200px;
}
#id_div_section_bride_love>img {
position: absolute;
left: 50%;
top: 50%;
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
}
@media (max-width: 768px) {
#id_section_bride * {
text-align: center;
}
#id_div_section_bride_boy>img,
#id_div_section_bride_girl>img {
height: 125px;
width: 125px;
}
#id_div_section_bride_love>img {
height: 75px;
width: 75px;
margin-top: 15px;
margin-bottom: 25px;
}
}