dev #33

Merged
bema merged 19 commits from dev into master 2023-02-16 14:58:52 +01:00
2 changed files with 17 additions and 4 deletions
Showing only changes of commit 1760b89e05 - Show all commits

View File

@@ -24,15 +24,15 @@ body {
} }
div#header { div#header {
background-color: transparent; background-color: #FFFFFF;
width: 100%; width: 100%;
height: 80px; height: 80px;
backdrop-filter: blur(10px);
} }
#logo { #logo {
padding: 20px 20px 20px; padding: 20px 20px 20px;
max-width: 250px; width: 250px;
grid-column: 1;
} }
iframe#frame { iframe#frame {
@@ -98,3 +98,15 @@ ul#toolList {
transform: scale(1.25, 1.25); transform: scale(1.25, 1.25);
transition-duration: .3s; 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> <body>
<div id="header"> <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>
<div id="content"> <div id="content">