Navbar fixiert oben
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
|
||||
</asp:ContentPlaceHolder>
|
||||
</head>
|
||||
<body>
|
||||
<body data-spy="scroll" data-target=".navbar" data-offset="50">
|
||||
|
||||
|
||||
|
||||
@@ -288,7 +288,7 @@
|
||||
<nav id="content">
|
||||
|
||||
<div class="d-md-none">
|
||||
<nav class="navbar navbar-expand-md navbar-light bg-light justify-content-md-center flex-nowrap">
|
||||
<nav class="navbar navbar-expand-md navbar-light bg-light justify-content-md-center flex-nowrap" data-spy="affix" data-offset-top="197">
|
||||
<button type="button" id="sidebarCollapse" class="btn btn-info" style="background-color:#fff; color:#043381;">
|
||||
<div class="align-self: center">
|
||||
<span><img src="../images/Icons/main/menu veragblau.svg" style="width:initial;height:initial;" alt="Hamburger Menu Stripes in Verag Blue" data-toggle="tooltip" data-placement="top" title="Zeigt das Menü an."></span>
|
||||
@@ -428,7 +428,7 @@
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff" data-spy="affix" data-offset-top="197">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx?lan2=DE&lan3=0"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
<div style="margin-left:25%;margin-right:-25%">
|
||||
<div class="btn-group">
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<br><br>
|
||||
Nehmen Sie sich etwas Zeit, um sich über unser umfangreiches Dienstleistungsangebot zu informieren! -->
|
||||
<br/><br/><br/>
|
||||
<div class="container" style="width:90%;">
|
||||
<div class="container" style="width:88%;">
|
||||
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel" data-interval="200">
|
||||
<div class="carousel-indicators">
|
||||
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
|
||||
|
||||
Reference in New Issue
Block a user