Navigation bar styling
This commit is contained in:
parent
96c67154ca
commit
50a30d5e6e
10
index.php
10
index.php
|
@ -25,12 +25,12 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="navbar">
|
||||||
|
<svg class="center" width="128" height="64">
|
||||||
|
<image xlink:href="img/pube-logo.svg" src="img/pube-logo.png" width="128" height="64" alt="PuBe"/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
<div id="main-container">
|
<div id="main-container">
|
||||||
<div>
|
|
||||||
<svg class="center" width="128" height="64">
|
|
||||||
<image xlink:href="img/pube-logo.svg" src="img/pube-logo.png" width="128" height="64" alt="PuBe"/>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
<hr>
|
<hr>
|
||||||
<div id="services" class="section">
|
<div id="services" class="section">
|
||||||
<h1>Services</h1>
|
<h1>Services</h1>
|
||||||
|
|
14
pube.css
14
pube.css
|
@ -12,6 +12,20 @@ body
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#navbar {
|
||||||
|
background-color: #151515;
|
||||||
|
width: 100%;
|
||||||
|
height: 64px;
|
||||||
|
line-height: 58px;
|
||||||
|
display: flex;
|
||||||
|
position: relative;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navbar span {
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#main-container
|
#main-container
|
||||||
{
|
{
|
||||||
background-color: #151515;
|
background-color: #151515;
|
||||||
|
|
Loading…
Reference in New Issue