Skip to content
Snippets Groups Projects
Commit 61e1d7a3 authored by vigorakbar's avatar vigorakbar
Browse files

memperbaiki tampilan

parent 1887a62f
Branches
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div class="subtitle">wush... wush... ngeeeeeenggg...</div> <div class="subtitle">wush... wush... ngeeeeeenggg...</div>
</div> </div>
<div class="header2"> <div class="header2">
<div class="username">Hi, <span class="username bold">pikachu!</span></div> <div class="username">Hi, <span class="username bold"><?php echo $username ?>!</span></div>
<div class="logout">Logout</div> <div class="logout">Logout</div>
</div> </div>
</div> </div>
......
...@@ -167,4 +167,14 @@ h1 { ...@@ -167,4 +167,14 @@ h1 {
vertical-align: middle; vertical-align: middle;
float : right; float : right;
margin-right: 40px; margin-right: 40px;
}
.menu a {
text-decoration: none;
color: inherit;
}
.submenu a {
text-decoration: none;
color: inherit;
} }
\ No newline at end of file
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.submenu a {
text-decoration: none;
color: inherit;
}
</style> </style>
<body> <body>
<div class="contentBox"> <div class="contentBox">
......
...@@ -22,6 +22,10 @@ ...@@ -22,6 +22,10 @@
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.submenu a {
text-decoration: none;
color: inherit;
}
</style> </style>
<body> <body>
<div class="contentBox"> <div class="contentBox">
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div class="subtitle">wush... wush... ngeeeeeenggg...</div> <div class="subtitle">wush... wush... ngeeeeeenggg...</div>
</div> </div>
<div class="header2"> <div class="header2">
<div class="username">Hi, <span class="username bold">pikachu!</span></div> <div class="username">Hi, <span class="username bold"><?php echo $username ?>!</span></div>
<div class="logout">Logout</div> <div class="logout">Logout</div>
</div> </div>
</div> </div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment