-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
105 lines (89 loc) · 1.48 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
@media screen and (min-width: 600px) {
.flex {
display:block;
}
body {
margin: 0;
background: url(images/misc/her.png) no-repeat center center;
font-family: monospace;
letter-spacing: 2px;
background-color: #313131;
}
a {
color: rgb(255, 255, 255);
}
#box {
height: 730px;
width: 800px;
margin: auto;
padding: 50px;
background-color: rgba(0, 0, 0, 0.589);
text-align: center;
align-items: middle;
align-content: center;
}
#container {
border: #000000;
height: 500px;
width: 800px;
margin: auto;
padding: 1px;
}
.links_color {
color: white;
}
p {
color: white;
font-family: Helvetica, sans-serif;
text-shadow: #000000;
padding-top: 10px;
}
#bottom {
margin-top: 50px;
font-weight: bold;
text-align: center;
justify-content: center;
}
#container-bottom {
height: min-content;
padding: 1rem;
display: flex;
flex-basis: 33%;
align-items: center;
justify-content: center;
}
h1 { color: #ffffff;
}
h2 { color: #ffffff;
}
h3 {color:#ffffff;
}
h4 {
color: #ffffff;
}
h5 {
color: #ffffff;
}
h6 {
color: #ffffff;
}
ul {
color: #ffffff;
font-size: large;
font-size: 20px;
font-family: Helvetica;
align-items: center;
justify-content: center;
}
div {
flex-basis: 100%;
}
}
#mainframe {
justify-content: center;
align-items: center;
top:-318px;
left:255px;
}
@media screen and (max-aspect-ratio:16/9) {
}