mirror of
https://dev.s-ul.net/Galexion/MaiMaiDXNet.git
synced 2024-11-30 22:17:17 +01:00
35 lines
369 B
CSS
35 lines
369 B
CSS
|
|
||
|
|
||
|
#ACode {
|
||
|
width:225px;
|
||
|
}
|
||
|
|
||
|
#wrapper {
|
||
|
margin-top: -1%;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
max-width: 100%;
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
#loginContent {
|
||
|
display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
margin: 1%;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 3em;
|
||
|
}
|
||
|
h5 {
|
||
|
font-size: 1.3em;
|
||
|
}
|
||
|
h4 {
|
||
|
font-size: 1.5em;
|
||
|
}
|