Skip to content

Commit edb8361

Browse files
committed
styling
1 parent 8f1c25f commit edb8361

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

compatibility.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
88
<style>
99
body {
10-
font-family: Arial, sans-serif;
1110
margin: 0;
12-
padding: 0;
13-
text-align: center;
14-
color: white;
15-
background: linear-gradient(-45deg, #002244, #004488, #001122, #003366);
16-
background-size: 400% 400%;
17-
animation: gradientShift 15s ease infinite;
11+
font-family: Arial, sans-serif;
12+
color: #fff;
13+
background: linear-gradient(-45deg, #440000, #532c00, #1b0707, #702121);
14+
background-size: 600% 600%;
15+
animation: gradientShift 20s ease infinite;
16+
min-height: 100vh;
17+
display: flex;
18+
flex-direction: column;
1819
}
20+
1921
@keyframes gradientShift {
2022
0% { background-position: 0% 50%; }
2123
50% { background-position: 100% 50%; }

faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
margin: 0;
1010
font-family: Arial, sans-serif;
1111
color: #fff;
12-
background: linear-gradient(270deg, #003087, #1a4ca3, #0055cc);
12+
background: linear-gradient(-45deg, #440000, #532c00, #1b0707, #702121);
1313
background-size: 600% 600%;
1414
animation: gradientShift 20s ease infinite;
1515
min-height: 100vh;

index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
<title>PS1 Classics on PS3</title>
77
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
88
<style>
9-
/* Animated Gradient Background */
109
body {
1110
margin: 0;
1211
font-family: Arial, sans-serif;
1312
color: #fff;
14-
background: linear-gradient(270deg, #003087, #1a4ca3, #0055cc);
13+
background: linear-gradient(-45deg, #440000, #532c00, #1b0707, #702121);
1514
background-size: 600% 600%;
1615
animation: gradientShift 20s ease infinite;
1716
min-height: 100vh;
@@ -97,8 +96,7 @@
9796
<h1>PS1 Classics on PS3</h1>
9897
<p class="lead">
9998
This project tracks the compatibility of PS1 titles when run on PS3 via software emulation.<br>
100-
Data is collected and updated daily with community contributions.<br>
101-
For more info, see "FAQ". For compatibility details and charts, see "Compatibility".
99+
<br>For more info, see "FAQ". For compatibility details and charts, see "Compatibility".
102100
</p>
103101
<canvas id="compatChart"></canvas>
104102
<div id="last-updated"></div>

0 commit comments

Comments
 (0)