Skip to content

Commit 2cf919f

Browse files
committed
add cover image
1 parent 13fc299 commit 2cf919f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pdf/cover.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ html, body {
2222
justify-content: center;
2323
align-items: center;
2424
height: 100vh;
25-
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
25+
background-image: url('images/cover.png');
26+
background-size: cover;
27+
background-position: center;
28+
background-repeat: no-repeat;
2629
color: white;
2730
text-align: center;
2831
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
@@ -58,12 +61,7 @@ html, body {
5861
</style>
5962

6063
<div class="cover-page">
61-
<img src="../images/logo_light.svg" alt="MonoGame Logo" class="logo" />
6264
<div class="subtitle">Complete Reference Guide</div>
63-
<div class="description">
64-
One framework for creating powerful cross-platform games.
65-
Build games for desktop, mobile, and consoles using C# and .NET.
66-
</div>
6765
<div class="footer">
6866
Copyright © 2009-2026 MonoGame Foundation, Inc.
6967
</div>

pdf/images/cover.png

3.3 MB
Loading

0 commit comments

Comments
 (0)