-
Notifications
You must be signed in to change notification settings - Fork 0
/
section5.css
81 lines (71 loc) · 1.15 KB
/
section5.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
.section5
{
width: 100% !important;
}
.wrapper5
{
background-image: url('forest.jpg');
background-size: cover;
background-attachment: fixed;
width: 100%;
height: 500px;
perspective: 2px;
overflow-x: hidden;
}
.wrapper5::before {
content: '';
width: 100%;
height: 100%;
background-color:rgba(245, 240, 240, 0.5);
position: absolute;
}
#header5
{
text-align:center;
font-size:18px;
height:130px;
position: relative;
}
#main-header5
{
font-size:30px;
font-weight:500;
padding-top:30px;
margin-bottom: 3px;
}
#second-header5
{
font-size:20px;
margin-top: 5px;
}
/* .parallax-background
{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
transform: translateZ(-1px) scale(1.5);
background-image: url('forest.jpg');
background-position: center;
} */
#question-box5
{
width: 100%;
display:flex;
justify-content: center;
position: relative;
}
.inside-box
{
width: 500px;
height: 150px;
flex-direction: row;
margin-left:50px;
}
.first-title
{
font-size: 20px;
font-weight:500;
}