Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_nicsbabes
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
Nics De Vega
midterm_nicsbabes
Commits
4317a5cc
Commit
4317a5cc
authored
May 04, 2023
by
Sharmaine Chua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed the background of the app and added some css
parent
3d6f35bc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
cavy.jpg
widget_nicsbabes/static/css/cavy.jpg
+0
-0
style.css
widget_nicsbabes/static/css/style.css
+6
-0
base.html
widget_nicsbabes/templates/base.html
+1
-1
No files found.
widget_nicsbabes/static/css/cavy.jpg
0 → 100644
View file @
4317a5cc
304 KB
widget_nicsbabes/static/css/style.css
View file @
4317a5cc
...
...
@@ -15,6 +15,12 @@ p {
font-family
:
"Lucida Sans"
,
"Lucida Sans Regular"
,
"Lucida Grande"
,
"Lucida Sans Unicode"
,
Geneva
,
Verdana
,
sans-serif
;
}
body
{
background-image
:
url(cavy.jpg)
;
background-position
:
right
;
background-size
:
20%
;
background-repeat
:
repeat-y
;
}
title
{
min-width
:
100px
;
margin-top
:
25px
;
...
...
widget_nicsbabes/templates/base.html
View file @
4317a5cc
...
...
@@ -4,7 +4,7 @@
<head>
<link
rel=
"stylesheet"
href=
" {% static '/css/style.css' %}"
>
</head>
<body
style =
"background-color: #
8ecced
;"
>
<body
style =
"background-color: #
afcaff
;"
>
<div
class=
"home-container"
>
<div
id=
"content"
>
{% block content %}{% 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