Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KLUGLUG
KL Hostel Outing Automation
Commits
758c3d82
Commit
758c3d82
authored
Mar 18, 2021
by
Srinivas
Browse files
Update manage2.php
parent
504ee70e
Changes
1
Hide whitespace changes
Inline
Side-by-side
manage2.php
View file @
758c3d82
...
...
@@ -191,6 +191,41 @@ img {vertical-align: middle;}
from
{
opacity
:
0
}
to
{
opacity
:
1
}
}
.nav
{
margin
:
0
;
padding
:
0
;
list-style-type
:
none
;
text-align
:
center
;
}
.nav
li
{
display
:
inline-block
;
}
.nav
a
{
color
:
#fff
;
display
:
inline-block
;
padding
:
0.5em
0.75em
;
background-color
:
#000
;
border-radius
:
4px
;
text-decoration
:
none
;
}
.nav
b
{
color
:
#fff
;
display
:
inline-block
;
padding
:
0.5em
0.75em
;
background-color
:
#404040
;
border-radius
:
4px
;
text-decoration
:
none
;
}
.nav
a
:hover
{
background-color
:
#000
;
}
.nav
.current
{
background-color
:
red
;
}
</style>
</head>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment