Manual cover colors

merge-requests/30/head
Bob Mottram 2023-01-18 18:47:35 +00:00
parent 68bec2d362
commit d6b25c395b
4 changed files with 5 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -35,7 +35,7 @@ body {
} }
section { section {
width: 50%; width: 100%;
} }
img { img {
@ -50,7 +50,7 @@ img {
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap;
padding: 5% 10%; padding: 5% 10%;
background-color: #f89e9e; background-color: darkgrey;
} }
.front { .front {
@ -73,7 +73,7 @@ img {
background-image: url(../img/front.jpg); background-image: url(../img/front.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
box-shadow: 15px 10px 15px #925656; box-shadow: 15px 10px 15px lightgrey;
} }
.sidebar { .sidebar {
@ -141,6 +141,7 @@ img {
.front .footer { .front .footer {
text-transform: uppercase; text-transform: uppercase;
color: black;
font-size: 8px; font-size: 8px;
margin: 30px; margin: 30px;
font-weight: 900; font-weight: 900;

View File

@ -16,7 +16,7 @@
<div class="thumbnail"> <div class="thumbnail">
<div class="content"> <div class="content">
<div class="header"> <div class="header">
<img class="logoImage" src="../../img/logo256.png" /> <img class="logoImage" src="../../img/logo256_white.png" />
<p class="subtitle">User Manual</p> <p class="subtitle">User Manual</p>
</div> </div>
<div class="footer"> <div class="footer">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

After

Width:  |  Height:  |  Size: 286 KiB