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