Changed headerbar to white and added title
This commit is contained in:
		@@ -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;
 | 
			
		||||
    
 | 
			
		||||
}
 | 
			
		||||
@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user