Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Oct 6, 2024
1 parent db1fd04 commit a3fa016
Showing 1 changed file with 1 addition and 52 deletions.
53 changes: 1 addition & 52 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NLP-Kurs DMGK - Digitale Geisteswissenschaften</title>
<style>
/* Basic styling */
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
}
header {
background-color: #f4f4f4;
padding: 1rem;
text-align: center;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin-right: 20px;
}
nav ul li a {
text-decoration: none;
color: #8B0000;
font-weight: bold;
}
nav ul li a:hover {
text-decoration: underline;
}
.content-wrapper {
display: flex;
margin: 1rem;
}
.sidebar {
flex: 1;
background-color: #f4f4f4;
padding: 1rem;
}
main {
flex: 3;
padding: 1rem;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 1rem;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
Expand Down

0 comments on commit a3fa016

Please sign in to comment.