Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
je_siongco_reading
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Enrique D. Siongco
je_siongco_reading
Commits
a4e83bb1
Commit
a4e83bb1
authored
Mar 30, 2023
by
Jose Enrique D. Siongco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added css styling
parent
87051825
Pipeline
#3103
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
2 deletions
+26
-2
base.html
je_siongco_reading/templates/base.html
+24
-1
books.html
je_siongco_reading/templates/books.html
+2
-1
No files found.
je_siongco_reading/templates/base.html
View file @
a4e83bb1
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<title>
{% block title %}{% endblock %}
</title>
<title>
{% block title %}{% endblock %}
</title>
<style>
h1
{
border
:
2px
solid
black
;
padding
:
10px
;
background-color
:
#add8e6
;
font-family
:
Century
Gothic
;
}
a
:link
{
padding
:
20px
;
background-color
:
#c1e3ed
;
font-family
:
Century
Gothic
;
text-decoration
:
none
;
margin-top
:
30px
;
border-radius
:
25px
;
display
:
block
;
}
a
:hover
{
background-color
:
#aac9dd
;
}
a
:active
{
color
:
#3c6b64
;
}
</style>
</head>
<body>
...
...
je_siongco_reading/templates/books.html
View file @
a4e83bb1
...
...
@@ -11,5 +11,6 @@ My Favourite Books
{% block body %}
{% endblock %}
</ul>
<a
href=
"/home/"
>
Home
</a>
<a
href=
"/authors/"
>
Authors
</a>
{% endblock %}
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