Compare commits

..

No commits in common. "4999f47ea132c6d42a5e43f8b72a4f9c3f446196" and "7e053a4500a94bea4f6fd9f638684d932eaf5e2c" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -9,14 +9,14 @@
<title>Document</title>
</head>
<body>
<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">
@ -25,6 +25,5 @@
<div class="box"></div>
</div>
</div>
</body>
</html>

View File

@ -1,8 +1,7 @@
.menu_element {
background-color: orangered;
width: 50px;
display: inline;
font-size: 400%;
margin: 0.8rem;
}