Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_vincentdjango
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
1
Merge Requests
1
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
Almira Redoble
midterm_vincentdjango
Commits
727cf4fa
Commit
727cf4fa
authored
Apr 29, 2023
by
Star Neptune R. Sy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
title div formatted
parent
675cd13f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
1 deletion
+35
-1
makeItBeautiful.css
widget_vincentdjango/assignments/static/makeItBeautiful.css
+34
-1
base.html
widget_vincentdjango/assignments/templates/base.html
+1
-0
No files found.
widget_vincentdjango/assignments/static/makeItBeautiful.css
View file @
727cf4fa
body
{
background-color
:
rgb
(
109
,
37
,
151
)
background-color
:
rgb
(
167
,
36
,
75
)
}
div
.pageTitle
{
text-align
:
center
;
background-color
:
rgb
(
214
,
255
,
246
);
margin-left
:
20%
;
margin-right
:
20%
;
padding-top
:
10px
;
padding-bottom
:
15px
;
border-radius
:
0.5cm
;
border-width
:
15px
;
border-style
:
groove
double
;
border-color
:
rgb
(
138
,
0
,
0
);
box-shadow
:
0px
20px
40px
0px
rgb
(
65
,
2
,
23
),
0px
0px
40px
0px
rgb
(
175
,
212
,
204
)
inset
;
}
h1
.pageTitle
{
font-family
:
Helvetica
;
font-size
:
40pt
;
}
div
.content
{
background-color
:
rgb
(
214
,
255
,
246
);
margin-left
:
10%
;
margin-right
:
10%
;
padding-top
:
10px
;
text-align
:
center
;
}
\ No newline at end of file
widget_vincentdjango/assignments/templates/base.html
View file @
727cf4fa
...
...
@@ -7,6 +7,7 @@
<body>
<div
class=
"pageTitle"
>
<h1
class=
"pageTitle"
>
{% block pageTitle %}{% endblock %}
</h1>
</div>
<br><br><br>
<div
class=
"content"
>
{% block content %}{% endblock %}
<div
class=
"navButtons"
>
...
...
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