-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
94 lines (82 loc) · 1.24 KB
/
stylesheet.css
File metadata and controls
94 lines (82 loc) · 1.24 KB
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
body {
background-image: url("images/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
color: white;
}
.t1 {
text-align: center;
font-size: xx-large;
}
h1 {
/* font-size: 28px;*/
font-size: x-large;
font-weight: bold;
}
h2 {
/* font-size: 20px;*/
font-size: larger;
}
h3 {
/*font-size: 18px;*/
font-size: large;
}
a {
color:#D3A753;
}
.infoHolder {
margin: auto;
/*max-height: 1000px;
min-height: min-content;
overflow: auto;
margin-top: 100px;*/
border-color: #D3A753;
border-width: 10px;
border-style:double;
padding: 10px;
/*background-image: url(images/border.svg);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;*/
}
.infoText {
/*margin: 100px 400px 0px 300px;*/
}
/*
.infoHolder:before {
content: "";
position: absolute;
margin: -5px;
width: 40px;
height: 40px;
background-color: #D3A753;
border-radius: 100%;
}*/
.copyright {
font-size: small;
bottom: 15px;
justify-content: center;
margin: auto;
width: 100%;
text-align: center;
}
.banner {
margin: auto;
margin-bottom: 10px;
background-color: #D3A753;
color: white;
height: auto;
font-size: medium;
padding: 10px;
text-align: center;
position:static;
}
.logo {
z-index:-1;
position: fixed;
opacity: 25%;
}
.border {
position: fixed;
rotate: 90deg;
}