-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
127 lines (105 loc) · 1.78 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
125
126
127
body{
background-color:rgb(19, 22, 19);
}
.jumbotron{
text-align: justify;
padding-top: 10rem;
padding-bottom: 10px;
}
.bg{
background: url(Pictures/pic-1.jpg);
background-size: cover;
background-position: center center;
position: relative;
z-index: -2;
background-repeat: no-repeat;
}
.jb{
font-weight:100px;
font-size: 150px;
color:white;
}
.img-1{
background-size: cover;
background-position: center center;
position: relative;
background-repeat: no-repeat;
z-index: -2;
width: 400px;
height: 600px;
}
.img-2{
background-size: cover;
background-position: center center;
position: relative;
background-repeat: no-repeat;
z-index: -2;
width: 400px;
height: 600px;
}
.a-text{
font-size: 50px;
font-weight: 60px;
font-family: fantasy;
color: white;
text-align: center;
padding-top: 100px;
}
.a-text2{
font-size: 20px;
font-weight: 20px;
font-family: sans-serif;
color: white;
text-align: center;
padding-left: 70px;
padding-top: 400px;
}
.a-text3{
font-size: 50px;
font-weight: 60px;
font-family: fantasy;
color:rgb(238, 30, 162);
text-align:justify;
padding-top: 100px;
}
.empty{
background-color: white;
height: 70px;
}
.c1{
margin-top: 40px;
}
.a-text4{
font-weight: bold;
color: whitesmoke;
padding-top:30px ;
margin-left: 10%;
}
.c2{
color: white;
}
.a-text-5{
padding-top:30% ;
margin-left:20% ;
}
.a-text-6{
padding-top: 30%;
padding-left:50px ;
word-spacing: 40px;
margin-left: 15%;
}
.Des-img{
width: 200px;
height: auto;
}
.light{
color: white;
margin-top:30px;
}
.fot{
text-align: center;
color: white;
}
.a-text-6:hover{
color: blue;
}