-
Notifications
You must be signed in to change notification settings - Fork 0
/
pstyle4.css
60 lines (59 loc) · 1.62 KB
/
pstyle4.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
.container{
margin-top: 12%;
margin-right: 16%;
}
#quoteDisplay1{
margin-top: 36px;
text-align: justify;
font-size: 1.7vw;
font-style: oblique;
color: black;
font-family: "Times New Roman", Times,"sans-serif";
backface-visibility: visible;
margin-bottom: 30px;
background-image: linear-gradient(to right,rgba(183,255,9,.3), rgba(255,255,255,.7)), url('pb4.jpg');
background-image: cover;
background-repeat: no-repeat;
background-size: 100% 100%;
padding-right: 40px;
padding-left: 30px;
box-shadow: 10px 10px rgba(0, 0, 0, 0.6);
}
#quoteDisplay2{
text-align: justify;
font-size: 1.7vw;
font-style: oblique;
color: black;
font-family: "Times New Roman", Times,"sans-serif";
backface-visibility: visible;
margin-bottom: 30px;
background-image: linear-gradient(to right,rgba(183,255,9,.3), rgba(255,255,255,.7)), url('pb4.jpg');
background-image: cover;
background-repeat: no-repeat;
background-size: 100% 100%;
padding-right: 40px;
padding-left: 30px;
box-shadow: 10px 10px rgba(0, 0, 0, 0.6);
}
#quoteDisplay3{
text-align: justify;
font-size: 1.7vw;
font-style: oblique;
color: black;
font-family: "Times New Roman", Times,"sans-serif";
backface-visibility: visible;
margin-bottom: 25px;
background-image: linear-gradient(to right,rgba(183,255,9,.3), rgba(255,255,255,.7)), url('pb4.jpg');
background-image: cover;
background-repeat: no-repeat;
background-size: 100% 100%;
padding-right: 40px;
padding-left: 30px;
box-shadow: 10px 10px rgba(0, 0, 0, 0.6);
}
.btn{
margin-top: 60%;
}
#abc{
width: 100%;
}