Changed headerbar to white and added title

This commit is contained in:
2023-02-14 15:31:25 +01:00
parent 3c3f2ef8ad
commit 1760b89e05
2 changed files with 17 additions and 4 deletions

View File

@@ -24,15 +24,15 @@ body {
}
div#header {
background-color: transparent;
background-color: #FFFFFF;
width: 100%;
height: 80px;
backdrop-filter: blur(10px);
}
#logo {
padding: 20px 20px 20px;
max-width: 250px;
width: 250px;
grid-column: 1;
}
iframe#frame {
@@ -98,3 +98,15 @@ ul#toolList {
transform: scale(1.25, 1.25);
transition-duration: .3s;
}
#titlebar {
display: block;
padding: 10px 0;
color: black;
margin-top: -78px;
font-size: 36px;
text-align: center;
}

View File

@@ -14,7 +14,8 @@
<body>
<div id="header">
<div id="logo"><a href="http://release11.com/"><img src="assets/images/logo_biale.svg" alt="Release11"></a></div>
<div id="logo"><a href="http://release11.com/"><img src="assets/images/logo_czarne.svg" alt="Release11"></a></div>
<div id="titlebar"><p>Internet Tools</p></div>
</div>
<div id="content">