1
0
mirror of https://github.com/rfivet/BCG101.git synced 2024-12-18 08:06:27 -05:00

Specify width and center documentation page.

This commit is contained in:
Renaud 2024-08-14 11:10:04 +08:00
parent 65416f064d
commit 51078fe4e7

View File

@ -2,9 +2,13 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BCG 101</title> <title>BCG 101</title>
<style> <style>
body {
width: 1024px ;
margin-left: auto ;
margin-right: auto ;
}
</style> </style>
</head> </head>
<body> <body>
@ -36,7 +40,6 @@
<a href="img/1978.jpg" target="_blank"> <a href="img/1978.jpg" target="_blank">
<img src="img/BCG197810.jpg" /></a> <img src="img/BCG197810.jpg" /></a>
<figcaption><strong>October 1978, $7.95</strong></figcaption></figure> <figcaption><strong>October 1978, $7.95</strong></figcaption></figure>
<hr>Copyright © 2024 Renaud Fivet <hr>© 2024 Renaud Fivet
</body> </body>
</html> </html>