done
This commit is contained in:
parent
16a554d8a4
commit
6cf85ab15c
|
@ -80,16 +80,15 @@
|
|||
<img class="img-thumbnail" src="images/kep08.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</div>
|
||||
<footer id="forras">
|
||||
Forrás: <a href="https://hu.wikipedia.org/wiki/Jackie_Stewart">Wikipédia</a>
|
||||
Forrás: <a href="https://hu.wikipedia.org/wiki/Jackie_Stewart" target="_blank">Wikipédia</a>
|
||||
</footer>
|
||||
|
||||
<script src="js/popper.min.js"></script>
|
||||
<script src="js/bootstrap.min.js"></script>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,5 +1,12 @@
|
|||
body{
|
||||
max-width: 1280px;
|
||||
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
||||
margin: 0 auto auto auto !important;
|
||||
}
|
||||
|
||||
.container, footer, header {
|
||||
padding: 20px;
|
||||
background-color: beige;
|
||||
border-left: 1px solid burlywood;
|
||||
border-right: 1px solid burlywood;
|
||||
}
|
||||
|
@ -10,6 +17,7 @@ header {
|
|||
p {
|
||||
line-height: 150%;
|
||||
text-indent: 30px;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
section{
|
||||
|
|
Loading…
Reference in New Issue
Block a user