-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyproject.css
119 lines (97 loc) · 2.19 KB
/
styproject.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
#load{
position: fixed;
width: 100%;
height: 100vh;
background: black url('images/tenor.gif')
no-repeat center;
z-index: 99999;
}
.navbar-nav{
display:table;
float:none;
margin: 0 auto;
table-layout: fixed;
font-size:18px;
padding-top: 10px;
padding-bottom: 6px;
}
li a:hover {
background-color: #006699;
border-radius: 5px;
}
@media only screen and (max-width: 768px){
navbar-nav{
float: left;
font-size: 10px;
}
.nav>li>a {padding: 10px;}
}
.navbar-brand{
font-size:24px;
padding-top: 28px;
padding-bottom: 38px;
}
.bg_img{
background-image: url('images/background.jpg');
max-width: 100%;
max-height: 100%;
height: 625px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
.bg_im{
background-image: url('images/percaution2.jpg');
max-width: 100%;
max-height: 100%;
height: 625px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
.bg_i{
background-image: url('images/aw.jpg');
max-width: 100%;
max-height: 100%;
height: 625px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
.bg_n{
background-image: url('images/news.jpg');
max-width: 100%;
max-height: 100%;
height: 625px;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center center;
}
.centered {
/*/ position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 250%;
margin: 0 auto;
white-space: nowrap;*/
/*overflow: hidden;transform: translateY(-50%);*/
/* position: relative;
top: 50%;
width: 24em;
margin: 0 auto;
font-size: 250%;*/
position: absolute;
top: 50%;
left: 38%;
width:
transform: translate(-50%, -50%);
font-size: 250%;
color: white;
white-space: nowrap;
overflow: hidden;transform: translateY(-50%);
}