Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
Website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linisha Siriwardana
Website
Commits
b833c773
Commit
b833c773
authored
Oct 25, 2020
by
sachith.fernando
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nav bar changed
parent
a97a0657
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
527 additions
and
475 deletions
+527
-475
assets/css/style.css
assets/css/style.css
+96
-0
index.html
index.html
+431
-475
No files found.
assets/css/style.css
View file @
b833c773
...
...
@@ -1489,3 +1489,99 @@ lex-direction: column;
margin-top
:
auto
;
}
a
:hover
,
a
:focus
{
outline
:
none
;
text-decoration
:
none
;
}
.tab-test
.nav-tabs
{
border-bottom
:
none
;
position
:
relative
;
}
.tab-test
.nav-tabs
li
{
margin-right
:
60px
;
z-index
:
1
;
}
.tab-test
.nav-tabs
li
:after
{
content
:
""
;
width
:
100%
;
border
:
1px
solid
#04476f
;
position
:
absolute
;
top
:
50%
;
right
:
-60%
;
z-index
:
-1
;
}
.tab-test
.nav-tabs
li
:last-child:after
{
border
:
none
;
}
.tab-test
.nav-tabs
li
a
{
display
:
block
;
/*padding: 15px 20px;*/
background
:
#fff
;
font-size
:
15px
;
font-weight
:
600
;
color
:
#04476f
;
/*text-transform: uppercase;*/
border-radius
:
0
;
margin-right
:
-32px
;
border
:
2px
solid
#04476f
;
position
:
relative
;
overflow
:
hidden
;
z-index
:
1
;
transition
:
all
0.3s
ease
0s
;
}
.tab-test
.nav-tabs
li
.active
a
,
.tab-test
.nav-tabs
li
a
:hover
{
color
:
#fff
;
border
:
2px
solid
#04476f
;
}
.tab-test
.nav-tabs
li
a
:after
{
content
:
""
;
display
:
block
;
width
:
100%
;
height
:
0
;
position
:
absolute
;
top
:
0
;
left
:
0
;
z-index
:
-1
;
color
:
#FFFFFF
;
transition
:
all
0.3s
ease
0s
;
}
.tab-test
.nav-tabs
li
.active
a
:after
,
.tab-test
.nav-tabs
li
a
:hover:after
{
height
:
100%
;
background
:
#04476f
;
color
:
#FFFFFF
;
}
.tab-test
.tab-content
{
padding
:
20px
10px
;
margin-top
:
0
;
font-size
:
14px
;
color
:
#2d2d2d
;
line-height
:
26px
;
}
.tab-test
.tab-content
h3
{
font-size
:
24px
;
margin-top
:
0
;
}
@media
only
screen
and
(
max-width
:
767px
){
.tab-test
.nav-tabs
li
{
margin
:
0
25px
0
0
;
}
}
@media
only
screen
and
(
max-width
:
479px
){
.tab-test
.nav-tabs
li
{
width
:
100%
;
text-align
:
center
;
color
:
#FFFFFF
;
margin
:
0
0
10px
0
;
}
.tab-test
.nav-tabs
li
:after
{
width
:
0
;
height
:
100%
;
top
:
auto
;
bottom
:
-60%
;
color
:
#FFFFFF
;
right
:
50%
;
}
}
index.html
View file @
b833c773
This diff is collapsed.
Click to expand it.
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