sync
parent
dcd0accf32
commit
14493b53be
|
@ -8,7 +8,7 @@
|
|||
|
||||
<div class="col-11 offset-1 col-md-3 mb-5">
|
||||
|
||||
<h3>Der <strong>Konradenhof</strong></h3>
|
||||
<h3>Der <strong class="ci-font">Konradenhof</strong></h3>
|
||||
|
||||
|
||||
<ul>
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Shadows+Into+Light&display=swap" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
@media only screen and (max-width: 676px) {
|
||||
|
@ -32,6 +31,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="{{ asset('template/css/pages/main.css') }}">
|
||||
<div class="row">
|
||||
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
|
||||
<div id="city_headline">
|
||||
<h1 style="font-size: 3.5rem; font-family: 'Lobster', cursive;"><strong>Alpakas</strong> vom <strong>Konradenhof</strong></h1>
|
||||
<h1 class="ci-font" style="font-size: 3.5rem; font-family: 'Lobster', cursive;"><strong>Alpakas</strong> vom <strong>Konradenhof</strong></h1>
|
||||
<h2 class="shadow">Gaisheim, Moosbach</h2>
|
||||
</div>
|
||||
|
||||
|
@ -69,7 +69,7 @@
|
|||
<section class="mt-2 mb-5">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 id="konradenhof" class="mt-5 mb-4">Willkommen auf dem <strong>Konradenhof</strong>!</h2>
|
||||
<h2 id="konradenhof" class="mt-5 mb-4">Willkommen auf dem <strong class="ci-font">Konradenhof</strong>!</h2>
|
||||
|
||||
</div>
|
||||
<div class="col-12 col-md-7">
|
||||
|
|
|
@ -5,6 +5,19 @@
|
|||
@include('template.'.config('settings.template').'.content.includes.css')
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
border-top: 5px solid #754545;
|
||||
border-bottom: 5px solid #754545;
|
||||
background-image: url(https://www.toptal.com/designers/subtlepatterns/uploads/45degreee_fabric.png);
|
||||
|
||||
}
|
||||
|
||||
.ci-font{
|
||||
font-family: 'Lobster', cursive;
|
||||
}
|
||||
</style>
|
||||
<nav class="navbar navbar-expand-lg navbar-light shadow-lg" style=" background-color: #c8b09a;" >
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{url('/')}}">
|
||||
|
|
Loading…
Reference in New Issue