-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpstyle3.css
82 lines (79 loc) · 2.1 KB
/
pstyle3.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
82
main{
margin-left: 23%;
text-align: center;
background-color: white;
position: fixed;
width: 56%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
background-image: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url('pb3.jpg');
background-image: cover;
background-repeat: no-repeat;
background-size: 100% 100%;
margin-bottom: 200px;
margin-top: 40px;
}
#div3{
margin-bottom: 90px;
margin-top: 0px;
margin-right: 40px;
padding-bottom: 30px;
border: 3px solid black;
}
#evn{
position: static;
background-image: radial-gradient(ellipse,yellow, rgba(235,91,36,0.9));
padding-bottom: 30px;
padding-top: 30px;
margin-top: 0px;
border-bottom-left-radius: 35px;
border-bottom-right-radius: 35px;
}
.hing1{
text-decoration: none;
font-size: 30px;
font-family: arial;
color: #d9d4eb;
text-shadow: 2px 2px 3px rgba(20,61,140,0.9),2px 2px 1px yellow;
letter-spacing: 2px;
background-image: linear-gradient(to right,rgba(20,61,140,0.9),rgba(168,0,216,0.8));
width: 80%;
border: 3px solid black;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
margin-bottom: 20px;
}
.hing2{
font-size: 25px;
text-align: center;
padding-right: 10px;
font-weight: bold;
}
.hing3{
font-size: 20px;
text-align: justify;
margin-top: 10px;
padding: 5px;
letter-spacing: 1px;
word-spacing: 2px;
padding: 30px;
margin-left: 130px;
margin-right: 50px;
background-image: linear-gradient(to right,rgba(240,255,0,0.6),rgba(183,255,9,0.6));
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
#scroll{
}
#hin{
background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.3)), url('ps1.jpg');
background-image: cover;
background-repeat: no-repeat;
background-size: 100% 100%;
padding-top: 40px;
padding-bottom: 20px;
width: 70%;
margin-left: 130px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
#scroll{
margin-top: 0px;
height:480px;
}