-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
124 lines (116 loc) · 2.44 KB
/
style.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
.sl1 p {
background: rgba(133, 129, 129, 0.315);
border-radius: 15px;
}
.s1 {
background: url(./IMG/c1.jpg);
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
padding-left: 50px;
}
.s1 h1 {
font-size: 3rem;
background: linear-gradient(45deg, #ada6a6, #000000);
background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
/* display: inline-block; */
margin-bottom: 30px;
}
p {
color: rgb(0, 0, 0);
font-size: 2.5em;
display: inline;
padding: 5px 10px;
}
.s2 {
background: url(./IMG/c2.jpg);
background-position: right;
background-repeat: no-repeat;
background-size: cover;
padding-left: 50px;
}
.s2 h1 {
font-size: 3rem;
background: linear-gradient(45deg, #000000a4, #ada6a6);
background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
/* display: inline-block; */
margin-bottom: 30px;
}
.s3 {
background: url(./IMG/c3.jpg);
background-position: right;
background-repeat: no-repeat;
background-size: cover;
padding-left: 50px;
}
.s3 h1 {
font-size: 3rem;
text-align: center;
color: #1a17176e;
margin-bottom: 130px;
}
.s4 {
background: url(./IMG/c4.jpg);
background-position: right;
background-repeat: no-repeat;
background-size: cover;
padding-left: 50px;
}
.s4 h1 {
font-size: 3rem;
text-align: center;
background: linear-gradient(45deg, #000000a4, #ada6a6);
background-clip: text;
-webkit-background-clip: text;
-moz-background-clip: text;
-moz-text-fill-color: transparent;
-webkit-text-fill-color: transparent;
margin-bottom: 30px;
}
button {
width: 20%;
font-size: 20px;
cursor: pointer;
background: rgba(255, 255, 255, 0.712);
color: rgba(0, 0, 0, 0.521);
border: none;
outline: none;
padding: 10px 20px;
display: block;
margin: 0 auto;
}
button:hover {
color: rgba(255, 255, 255, 0.712);
background: rgba(0, 0, 0, 0.521);
}
/* styling tool tip */
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
background: #000;
}
/* tooltip menu */
#fp-nav ul li .fp-tooltip {
color: #000;
font-size: 16px;
font-family: sans-serif;
}
/* slidenav side */
.fp-slidesNav.fp-top {
position: absolute;
top: 75%;
left: 40px !important;
}