This commit is contained in:
Tövisháti Kristóf József 2022-09-21 10:55:48 +02:00
parent 5713bc6d6f
commit 9c7d426ab8
2 changed files with 10 additions and 1 deletions

View File

@ -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>

View File

@ -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{