Added custom style
This commit is contained in:
parent
c5d00ff608
commit
06c9a88281
2 changed files with 5 additions and 0 deletions
4
css/style.css
Normal file
4
css/style.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
html {
|
||||
max-width:80%;
|
||||
margin:auto;
|
||||
}
|
1
head.php
1
head.php
|
@ -1,4 +1,5 @@
|
|||
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="js/jquery.min.js"></script>
|
||||
<meta charset='utf-8' />
|
||||
|
|
Reference in a new issue