menu formatting
This commit is contained in:
parent
1fe3be506c
commit
9e026e8ac7
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-width=cover" />
|
||||
<title>Tauri App</title>
|
||||
<script type="module" src="/main.js" defer></script>
|
||||
</head>
|
||||
@ -14,13 +14,13 @@
|
||||
|
||||
<body onload="load();">
|
||||
|
||||
|
||||
<div class="Logo">
|
||||
<img src="assets/Title.png" alt="Title" id="Title">
|
||||
</div>
|
||||
<div class="container">
|
||||
|
||||
|
||||
|
||||
<img src="assets/Title.png" alt="Title">
|
||||
|
||||
|
||||
|
||||
<select name="modSelect" id="Modpacks">
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
.container {
|
||||
margin: 0;
|
||||
padding-top: 5vh;
|
||||
padding-top: 0vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
@ -27,12 +27,13 @@
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: url('assets/CityBase.png');
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 6em;
|
||||
padding: 1.5em;
|
||||
padding: 0em;
|
||||
will-change: filter;
|
||||
transition: 0.75s;
|
||||
}
|
||||
@ -163,7 +164,15 @@ button {
|
||||
align-self: center;
|
||||
align-items: center;
|
||||
}
|
||||
#Logo{
|
||||
.Logo{
|
||||
background-image: url('assets/CityBase.png');
|
||||
box-shadow: 0px 20px 10px #222424;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
height: auto;
|
||||
background-repeat: no-repeat;
|
||||
flex-direction: column;
|
||||
}
|
||||
#Title {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user