Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DAESD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
j2-tulloch
DAESD
Commits
bc3e7023
Commit
bc3e7023
authored
3 weeks ago
by
James2Tulloch
Browse files
Options
Downloads
Patches
Plain Diff
Improved CSS for base.html
parent
48aa9999
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
django_project/myapp/templates/myapp/base.html
+8
-1
8 additions, 1 deletion
django_project/myapp/templates/myapp/base.html
with
8 additions
and
1 deletion
django_project/myapp/templates/myapp/base.html
+
8
−
1
View file @
bc3e7023
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<meta
charset=
"UTF-8"
>
<title>
{% block title %}My Project{% endblock %}
</title>
<style>
...
...
@@ -23,9 +24,10 @@
text-align
:
center
;
padding
:
14px
20px
;
text-decoration
:
none
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
}
nav
li
a
:hover
{
background-color
:
#
111
;
background-color
:
#
74dcff
;
}
nav
form
{
float
:
right
;
...
...
@@ -40,6 +42,11 @@
<!-- Menu Bar -->
<nav>
<ul>
<li>
<svg
width=
"200"
height=
"60"
viewBox=
"0 0 200 60"
xmlns=
"http://www.w3.org/2000/svg"
fill=
"White"
>
<text
x=
"10"
y=
"45"
font-family=
"Arial, sans-serif"
font-size=
"20"
font-weight=
"bold"
>
UniHub
</text>
</svg>
</li>
<li><a
href=
"{% url 'feed' %}"
>
Home
</a></li>
<li><a
href=
"{% url 'create_post' %}"
>
Post
</a></li>
<li><a
href=
"{% url 'account' %}"
>
Account
</a></li>
...
...
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