Skip to content
Snippets Groups Projects

OneHundred - 13515005 - Husnulzaki Wibisono Haryadi

Viewing commit 325f4432
Show latest version
5 files
+ 44
23
Preferences
Compare changes
Files
5
+ 19
3
@@ -7,6 +7,7 @@ body {
width: 360px;
height: 550px;
margin: 50px auto;
padding: 5px 20px;
padding-right: 20px;
padding-left: 20px;
border-top: 0.5px solid black;
@@ -80,14 +81,13 @@ a:hover {
}
.menu_container {
background-color: red;
width: 360px;
margin-left: auto;
margin-right: auto;
margin: 15px auto 5px auto;
}
.subheader {
height: 15%;
margin-bottom: 10px;
}
.title {
float: left;
@@ -112,3 +112,19 @@ a:hover {
height: 100%;
width: 100%;
}
ul.nav_bar {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
display: table;
width: inherit;
}
ul.nav_bar > li {
display: table-cell;
}
#main_nav_bar.nav_bar > li {
}
\ No newline at end of file