mirror of
https://github.com/amalthea-mc/amalthea-mc.github.io.git
synced 2024-11-09 20:21:05 +00:00
enhance mobile experience
This commit is contained in:
parent
b41780175c
commit
4c59049926
21
style.css
21
style.css
@ -11,8 +11,17 @@
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
padding: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
display: table;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: beige;
|
color: beige;
|
||||||
|
text-shadow: 1px 1px black;
|
||||||
font-family: PRegular;
|
font-family: PRegular;
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
@ -25,24 +34,26 @@ a:hover {
|
|||||||
color: darkorange;
|
color: darkorange;
|
||||||
}
|
}
|
||||||
.card {
|
.card {
|
||||||
width: 500px;
|
display: table-cell;
|
||||||
position: absolute;
|
vertical-align: middle;
|
||||||
left: 50%;
|
|
||||||
top: 50%;
|
|
||||||
transform: translate(-50%, -50%);
|
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
padding: 20px 50px;
|
padding: 20px 50px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 400px;
|
||||||
background-color: midnightblue;
|
background-color: midnightblue;
|
||||||
border: 5px solid beige;
|
border: 5px solid beige;
|
||||||
}
|
}
|
||||||
.address {
|
.address {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
text-shadow: 3px 3px black;
|
||||||
font-family: PBold;
|
font-family: PBold;
|
||||||
}
|
}
|
||||||
.address-desc {
|
.address-desc {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
text-shadow: 2px 2px black;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
.links {
|
.links {
|
||||||
|
Loading…
Reference in New Issue
Block a user