Compare commits
No commits in common. "df0327404f2258bb13c0c5c82d8d940e6052c1d5" and "f9a77cb1914cd35603fea54201eabf47107a656e" have entirely different histories.
df0327404f
...
f9a77cb191
14
index.html
14
index.html
@ -11,17 +11,11 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav id="nav">
|
<nav>
|
||||||
<ul id="menu_left">
|
<ul id="menu">
|
||||||
<li class="menu_left_element"><a class="menu_element_text" href="/index.html">Home</a></li>
|
<li class="menu_element"><a href="/index.html">Home</a></li>
|
||||||
|
<li class="menu_element"><a href="/index.html">Balance</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<ul id="menu_right">
|
|
||||||
<li class="menu_right_element"><a class="menu_element_text" href="/balance.html"></a></li>
|
|
||||||
<li class="menu_right_element"><a class="menu_element_text" href="/balance.html"></a></li>
|
|
||||||
<li class="menu_right_element"><a class="menu_element_text" href="/balance.html"></a></li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="balance-list">
|
<div class="balance-list">
|
||||||
|
|||||||
@ -1,53 +1,15 @@
|
|||||||
* {
|
.menu_element {
|
||||||
padding: 0;
|
background-color: orangered;
|
||||||
margin: 0rem;
|
display: inline;
|
||||||
}
|
font-size: 400%;
|
||||||
|
margin: 0.8rem;
|
||||||
.menu_left_element {
|
|
||||||
width: 110px;
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: 15px
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_right_element {
|
|
||||||
display: inline-block;
|
|
||||||
width: 50px;
|
|
||||||
height: 45px;
|
|
||||||
margin-right: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_element_text {
|
|
||||||
border-radius: 10px;
|
|
||||||
background-color: #8583FF;
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 0.4rem;
|
|
||||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
|
||||||
font-size: 2.6rem;
|
|
||||||
text-decoration-color: black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu_left {
|
#menu {
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu_right {
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#nav {
|
|
||||||
background-color: #C4C4C4;
|
|
||||||
height: 1.6cm;
|
|
||||||
padding: 0.8rem;
|
|
||||||
/* padding: 0.6rem; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user