Compare commits
No commits in common. "master" and "5713bc6d6fbeaa36e85162a51431ef24224be3a1" have entirely different histories.
master
...
5713bc6d6f
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<section id="kepek">
|
<section id="kepek">
|
||||||
<h2>Képek </h2>
|
<h2>Képek</h2>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
@ -118,6 +118,6 @@
|
||||||
|
|
||||||
<script src="js/popper.min.js"></script>
|
<script src="js/popper.min.js"></script>
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
<script src="js/ljguery.min.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,15 +1,7 @@
|
||||||
body{
|
|
||||||
font-family: Verdana, sans-serif;
|
|
||||||
max-width: 1280px;
|
|
||||||
margin-top: 0;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.container, footer, header {
|
.container, footer, header {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-left: 1px solid burlywood;
|
border-left: 1px solid burlywood;
|
||||||
border-right: 1px solid burlywood;
|
border-right: 1px solid burlywood;
|
||||||
background-color: beige;
|
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
border-bottom: 1px solid burlywood;
|
border-bottom: 1px solid burlywood;
|
||||||
|
@ -18,7 +10,6 @@ header {
|
||||||
p {
|
p {
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
text-indent: 30px;
|
text-indent: 30px;
|
||||||
text-align: justify;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section{
|
section{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user