mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-19 05:36:42 +02:00
Update default.html
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
287dea4b07
commit
5e97fbd9b5
1 changed files with 9 additions and 5 deletions
|
@ -227,23 +227,27 @@
|
|||
font-size: 1.375rem;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
|
||||
.container {
|
||||
width: 1150px;
|
||||
margin: 0 auto; /* This will center the container */
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<a href="https://www.uni-bremen.de/"> <img class="brand-image" src="/pytutorial/logo_ub_2021.png"> </a>
|
||||
<p>
|
||||
<div class="container"><a href="https://www.uni-bremen.de/"> <img class="brand-image" src="/pytutorial/logo_ub_2021.png"> </a></div>
|
||||
<div class="lightblue-container"><div class="lightblue-bar"><div class="lightblue-title">Python Tutorials</div></div></div>
|
||||
<div class="darkblue-container"><div class="darkblue-bar"><div class="darkblue-title">Python Tutorials</div></div></div>
|
||||
<div class="darkblue-container"><div class="darkblue-bar"><div class="darkblue-title"><a href="/">Home</a> <a href="https://github.com/davrot/pytutorial/">GitHub Repo</a></div></div></div>
|
||||
</header>
|
||||
|
||||
<!-- Main content -->
|
||||
<main>
|
||||
<div class="container">
|
||||
{{ content }}
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
|
Loading…
Add table
Reference in a new issue