-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
112 lines (93 loc) · 2.13 KB
/
style.css
File metadata and controls
112 lines (93 loc) · 2.13 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
body{
background-image: url(images/pismis-24.jpg);
background-blend-mode: soft-light;
background-size: cover;
background-repeat: no-repeat;
background-color: rgb(94, 94, 94);
}
h1{
color: rgba(203, 75, 75, 0.59);
font-family: "Press Start 2P";
/* font-weight: 1; */
font-size: 10ch;
font-style: normal;
-webkit-text-fill-color: rgb(255, 190, 111);
-webkit-text-stroke: 1px;
}
h2{
color: rgb(250, 161, 88);
font-family: 'Libre Baskerville', serif;
font-size: 5ch;
font-style: italic;
}
h3{
font-size: 3ch;
font-family: 'Libre Baskerville', serif;
}
p{
color: rgba(255, 160, 83, 0.502);
font-family: 'consolas';
}
a{
text-decoration: none;
color: rgb(255, 255, 255);
}
a:hover{
color: rgb(203, 154, 255);
font-style: italic;
}
ul{
font-family: 'consolas'
}
.container {
background-color: #0c0c0c;
padding-top: 1%;
padding-left: 3%;
padding-right: 3%;
padding-bottom: 1.5%;
border-radius: 50px;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6);
max-width: 70%;
margin: 0 auto;
}
footer {
text-align: center;
padding: 1px;
background-color: rgb(0, 0, 0);
color: rgb(192, 192, 192);
font-size: 2ch;
font-weight: 300;
font-style: italic;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
.box{
background-color: rgb(78, 134, 134);
}
.headbox{
/* background-color: rgb(46, 14, 18); */
/* background-image: url(images/bulletcluster.jpg); */
background-position: 0rem;
background-position-x: 18rem;
text-align: center;
background-size: cover;
width: 100%;
height: 100%;
}
.subtext{
color: aliceblue;
font-size: xx-large;
}
.headbanner {
background-position: 0rem;
background-position-x: 18rem;
padding-top: 4rem;
padding-bottom: 0.1rem;
text-align: center;
background-size: cover;
display: flex;
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}