Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1506722765-practice
Commits
753a9cc7
Commit
753a9cc7
authored
Dec 23, 2019
by
jordan
Browse files
fixing margin
parent
55fdc4cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
lists/templates/base.html
View file @
753a9cc7
...
...
@@ -5,7 +5,7 @@
<link
href=
"/static/bootstrap/css/bootstrap.min.css"
rel=
"stylesheet"
media=
"screen"
>
<link
href=
"/static/base.css"
rel=
"stylesheet"
media=
"screen"
>
</head>
<header
style=
"margin
-left: 50%
;"
>
<h3
id=
"header_1"
>
Jordan Muhammad Andrianda To Do list App
</h3></header>
<header
style=
"margin
:0 auto
;"
>
<h3
id=
"header_1"
>
Jordan Muhammad Andrianda To Do list App
</h3></header>
<body>
<div
class=
"container"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
...
...
@@ -65,6 +65,6 @@
</div>
</div>
</body>
<footer
style=
"margin
-left: 50%
;"
><h3
id=
"footer_1"
>
Copyright Jordan Muhammad Andriandaa
</h3></footer>
<footer
style=
"margin
:0 auto
;"
><h3
id=
"footer_1"
>
Copyright Jordan Muhammad Andriandaa
</h3></footer>
</html>
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment