Compare commits
No commits in common. "7e053a4500a94bea4f6fd9f638684d932eaf5e2c" and "0efb7095243266e7afc292cebfd972d95230e832" have entirely different histories.
7e053a4500
...
0efb709524
26
index.html
26
index.html
@ -1,29 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<html lang="de">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="/index_styles.css">
|
||||
|
||||
<title>Quitt</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
|
||||
<nav>
|
||||
<ul id="menu">
|
||||
<li class="menu_element"><a class="menu_element" href="/index.html">Home</a></li>
|
||||
<li class="menu_element"><a href="/index.html">Balance</a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
<div class="balance-list">
|
||||
<h1>Umsätze</h1>
|
||||
<div class="grid-wrapper">
|
||||
<div class="box"></div>
|
||||
<div class="box"></div>
|
||||
<div class="box"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -8,17 +8,4 @@
|
||||
#menu {
|
||||
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
|
||||
.grid-wrapper {
|
||||
display: grid;
|
||||
padding: 4rem 4rem 0 4rem;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-rows: 100px 100px 100px;
|
||||
grid-gap: 10px;
|
||||
}
|
||||
|
||||
.box {
|
||||
background-color: grey;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user