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
13cacfdd
Commit
13cacfdd
authored
Mar 18, 2021
by
Srinivas
Browse files
Update first2.php
parent
357e6931
Changes
1
Show whitespace changes
Inline
Side-by-side
first2.php
View file @
13cacfdd
...
...
@@ -111,6 +111,41 @@ b {
font-size
:
13px
;
text-decoration
:
none
}
.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>
<body>
...
...
Write
Preview
Supports
Markdown
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