fixed overlap footer MTG
This commit is contained in:
parent
70fe61f513
commit
4811181d36
@ -13,8 +13,16 @@
|
|||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
<title>MTG Life Counter</title>
|
<title>MTG Life Counter</title>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="/menu/menu.css" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<nav>
|
||||||
|
<div id="nav_menu">
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<script src="/menu/menu.js"></script>
|
||||||
<main>
|
<main>
|
||||||
<div id="player1" class="player">
|
<div id="player1" class="player">
|
||||||
<div class="name" id="name1" contenteditable="true">
|
<div class="name" id="name1" contenteditable="true">
|
||||||
|
|||||||
@ -94,7 +94,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content:space-evenly;
|
justify-content:space-evenly;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user