Skip to content
Snippets Groups Projects
Commit 15379dd5 authored by Tim Repke's avatar Tim Repke
Browse files
parents a17da821 0e2f464b
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
</head> </head>
<body> <body>
<div id="headerbox"> <div id="headerbox">
<h1>Fachschaftsfahrt</h1> <div class="headerboxshade"><h1>Fachschaftsfahrt</h1></div>
<div class="headerboxshade"><h2>Informatik</h2></div>
<p></p> <p></p>
</div> </div>
<div id="menubox"> <div id="menubox">
......
...@@ -96,6 +96,18 @@ h1 { ...@@ -96,6 +96,18 @@ h1 {
font-family: sans-serif; font-family: sans-serif;
} }
div.headerboxshade {
background-color: rgba(20,20,20,0.5);
}
div#headerbox h2 {
padding-top: 10px;
margin-left: 60px;
color: white;
font-size: 2.8em;
font-family: sans-serif;
}
div#headerbox p { div#headerbox p {
color: white; color: white;
margin-top: 0px; margin-top: 0px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment