Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Development_of_Web_Applications
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Silas Meister
Development_of_Web_Applications
Commits
474c40dd
Commit
474c40dd
authored
1 year ago
by
Silas Meister
Browse files
Options
Downloads
Patches
Plain Diff
Finish first nav bar
parent
d51bbada
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
img/share_icon.png
+0
-0
0 additions, 0 deletions
img/share_icon.png
index.html
+4
-4
4 additions, 4 deletions
index.html
styles.css
+24
-9
24 additions, 9 deletions
styles.css
with
28 additions
and
13 deletions
img/share_icon.png
0 → 100644
+
0
−
0
View file @
474c40dd
1.29 KiB
This diff is collapsed.
Click to expand it.
index.html
+
4
−
4
View file @
474c40dd
...
@@ -23,14 +23,14 @@
...
@@ -23,14 +23,14 @@
<li><a
href=
"#"
>
NASA Audiences
</a></li>
<li><a
href=
"#"
>
NASA Audiences
</a></li>
<li>
<li>
<form
class=
"search-form"
method=
"post"
accept-charset=
"UTF-8"
>
<form
class=
"search-form"
method=
"post"
accept-charset=
"UTF-8"
>
<input
type=
"search"
size=
"1
5
"
placeholder=
"Search"
/>
<input
type=
"search"
size=
"1
0
"
placeholder=
"Search"
/>
<i
mg
class=
"search-icon"
src=
"img/search_icon.png
"
/>
<i
nput
type=
"button
"
/>
</form>
</form>
</li>
</li>
<li><img
src=
""
/></li>
<li><img
src=
"
img/share_icon.png
"
/></li>
</ul>
</ul>
<ul
class=
"center
ed
-nav"
>
<ul
class=
"center-nav"
>
<li><a
href=
"#"
>
International Space Station
</a></li>
<li><a
href=
"#"
>
International Space Station
</a></li>
<li><a
href=
"#"
>
Journey to Mars
</a></li>
<li><a
href=
"#"
>
Journey to Mars
</a></li>
<li><a
href=
"#"
>
Earth
</a></li>
<li><a
href=
"#"
>
Earth
</a></li>
...
...
This diff is collapsed.
Click to expand it.
styles.css
+
24
−
9
View file @
474c40dd
...
@@ -74,25 +74,34 @@ nav ul li a {
...
@@ -74,25 +74,34 @@ nav ul li a {
float
:
left
;
float
:
left
;
}
}
.top-nav
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
flex-end
;
align-items
:
center
;
}
.top-nav
li
{
.top-nav
li
{
font-size
:
1em
;
font-size
:
1em
;
padding
:
0.5em
0
;
padding
:
0.5em
0
;
}
}
.top-nav
li
a
{
.top-nav
li
a
,
.top-nav
li
img
,
.top-nav
li
form
{
display
:
block
;
display
:
block
;
border-right
:
0.05em
solid
#eeeeee
;
padding
:
0.5em
;
padding
:
0.5em
;
}
}
.top-nav
li
a
{
border-right
:
0.05em
solid
#eeeeee
;
}
.top-nav
li
:nth-child
(
n
+
7
)
a
{
.top-nav
li
:nth-child
(
n
+
7
)
a
{
border
:
none
;
border
:
none
;
}
}
.top-nav
{
.top-nav
li
img
{
display
:
flex
;
height
:
2.5em
;
flex-direction
:
row
;
cursor
:
pointer
;
justify-content
:
flex-end
;
}
}
.search-form
{
.search-form
{
...
@@ -108,11 +117,17 @@ nav ul li a {
...
@@ -108,11 +117,17 @@ nav ul li a {
.search-form
input
[
type
=
"search"
]
{
.search-form
input
[
type
=
"search"
]
{
border
:
none
;
border
:
none
;
outline
:
none
;
outline
:
none
;
display
:
inline-block
;
background-color
:
transparent
;
background-color
:
transparent
;
font-size
:
1em
;
font-size
:
1em
;
}
}
.search-form
.search-icon
{
.search-form
input
[
type
=
"button"
]
{
height
:
1.5em
;
width
:
1.5em
;
background-color
:
transparent
;
background-image
:
url('img/search_icon.png')
;
background-repeat
:
no-repeat
;
background-position
:
center
;
background-size
:
contain
;
border
:
none
;
cursor
:
pointer
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment