-
Notifications
You must be signed in to change notification settings - Fork 0
/
PUB.css
180 lines (179 loc) · 3.43 KB
/
PUB.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
body{
margin:0;
}
nav{
display:flex;
position:fixed;
height:100px;
width:99%;
background-color:black;
top: 0px;
}
#logo{
margin:0px 0px 1px 50px;
height:100px;
width:500px;
background-image: url("dbmsimg/logo.jpg");
background-size:contain;
background-repeat: no-repeat;}
.logo-name{
text-align: left;
font-family: cursive;
visibility: visible;
width:95px;
height: 0px;
margin: 76px 0px 0px 0px;
color: ghostwhite;
background-color: black;
}
nav ul{
display:flex;
height:100px;
width:900px;
margin-left:2px;
margin-top:40px;
}
nav ul li{
margin-left:40px;
display:inline;
}
nav ul li a
{
color:white;
font-family: cursive;
text-decoration:none;
}
#major-part
{
background-color: white;
display: block;
height: 1100px;
width: 100%;
margin-top: 100px;
}
.welcome{
height: 500px;
display: block;
width: 100%;
background-image: url(dbmsimg/pub1.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.welcometo{
text-align: center;
height: 400px;
width: 1000px;
}
.h1{
color: goldenrod;
font-size: 90px;
font-family: 'Dancing Script', cursive;
margin-top:auto;
margin-bottom:-40px;
}
.h2{
color: white;
font-size: 70px;
font-family: 'Permanent Marker', cursive;
text-align: right;
margin-top: -10px;
margin-bottom: -40px;
margin-right: 300px;
}
.welcometo p {
text-align: right;
font-size: 30px;
color: white;
font-family: 'Lobster+Two', cursive;
margin-right: 60px;
font-weight: 100;
}
.his1{
display: inline-flex;
box-shadow: 5px 5px 5px #888888;
width: 100%;
height: 590px;
background-color: white;
}
.his2{
width: 60%;
height: 590px;
display: block;
}
.his3{
width: 40%;
height: 590px;
display: block;
}
.his4{
width: 100%;
height: 300px;
display:inline-block;
text-align: center;
}
.his5{
width: 150%;
height: 150px;
display: inline-flex;
}
.his6{
width: 100%;
height: 190px;
}
.his5 img{
width: 120px;
margin-left: 25px;
box-shadow: 2px 2px 2px #888888;
}
.his4 h1{
color: goldenrod;
font-size: 80px;
text-align: center;
font-family: 'Dancing Script', cursive;
margin-top: 60px;
margin-bottom: -40px;
height: 70px;
margin-top: -15px;
/* margin-left: 50px;*/
}
.his4 h2{
font-family:'Acme', sans-serif;
color: black;
font-size: 60px;
text-align: center;
margin-top: 0px;
word-spacing: 0.3em;
margin-top: 0px;
/* margin-left: 50px;*/
}
.his3 h1{
color: goldenrod;
font-size: 100px;
text-align: center;
font-family: 'Dancing Script', cursive;
margin-top: 100px;
margin-bottom: -40px;
height: 70px;
/* margin-top: -15px;*/
/* margin-left: 50px;*/
}
.his3 h2{
color: goldenrod;
font-size: 100px;
text-align: right;
font-family: 'Dancing Script', cursive;
margin-top: 80px;
margin-bottom: -40px;
height: 70px;
/* margin-top: -15px;*/
/* margin-left: 50px;*/
}
#pagefooter{
background-color: black;
display: inline-flex;
padding-top: 1.5em;
overflow: hidden;
height: 150px;
width: 100%;
box-shadow: 5px 5px 5px grey;
}