This commit is contained in:
Bence Géza Horváth 2022-09-16 12:26:29 +02:00
parent fd4faabb0b
commit 368460b731
2 changed files with 37 additions and 3 deletions

View File

@ -1,3 +1,35 @@
.container{
background-color: #d2691e;
width: 960px !important;
}
h1{
border-bottom: 2px solid #a52a2a;
}
li{
display: inline-block;
min-width: 50px;
padding: 5px;
border-right:1px solid red;
color:white;
}
ul :last-child{
border: none;
}
img {
float:left;
border: 2px solid #a52a2a;
}
h2{
background-color: #cd853f !important;
font-style: italic;
}
.hasab {
}

View File

@ -21,7 +21,7 @@
<div class="container">
<div class="col-12">
<h1>Melyek az ősi magyar kutyáink?</h1>
<hr>
Legrégebbi megmaradt állatfajtánknak talán a kuvasz és a komondor tekinthető. E nagy termetű, erős
és bátor fehér színű kutyák kísérői, terelői, őrzői lehettek már a honfoglaló magyarok nyájainak és
@ -111,8 +111,8 @@
</div>
</div>
</div>
<hr>
<hr>
<footer id="sticky-footer" class="flex-shrink-0 " style="padding-top: 80px;">
<div class="container-fluid " style="text-align: left;">
Felhasznált források:
@ -122,6 +122,8 @@
Melyek az ősi magyar kutyáink?</a>
</div>
</footer>
</div>
</div>