css
This commit is contained in:
parent
5713bc6d6f
commit
9c7d426ab8
|
@ -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,7 +1,15 @@
|
||||||
|
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;
|
||||||
|
@ -10,6 +18,7 @@ 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