Fixed the background issue
parent
e870fbfff0
commit
2035489e91
|
@ -1,17 +1,9 @@
|
|||
body, html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.bg{
|
||||
/* background-image: url("background-gray.png"); */
|
||||
background-image: url("books.jpg");
|
||||
|
||||
/* Full height */
|
||||
|
||||
height: 100%;
|
||||
|
||||
/* background-image: linear-gradient(#475059,#cad5e0, #475059);
|
||||
margin:0px;
|
||||
padding:30px 0px;*/
|
||||
}
|
||||
|
||||
.search {
|
||||
|
|
|
@ -7,12 +7,10 @@
|
|||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
||||
|
||||
<link rel="stylesheet" href="/static/styles.css">
|
||||
<head>
|
||||
<title>Copyright Renewals</title>
|
||||
</head>
|
||||
|
||||
<title>Copyright Renewals</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<div class ="totheleft">
|
||||
|
@ -28,7 +26,6 @@
|
|||
</div>
|
||||
<div class="bg">
|
||||
<div class="py-5 text-center">
|
||||
|
||||
<div class = "search">
|
||||
<h1>Copyright Search</h1>
|
||||
<p>Search for copyright registrations and renewals on books from the Catalog of Copyright Entries.</p>
|
||||
|
|
Loading…
Reference in New Issue