Crop image and change style.css

This commit is contained in:
Theo 2024-10-28 16:36:22 +01:00
parent 9b32d8e1f0
commit 1f0b3ad937
4 changed files with 28 additions and 20 deletions

View File

@ -7,11 +7,7 @@
<meta name="author" content="Théo Thénault"/> <meta name="author" content="Théo Thénault"/>
<meta name="description" content="Site web personnel"/> <meta name="description" content="Site web personnel"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<style> <link rel="stylesheet" type="text/css" href="style.css">
html { color-scheme: light dark; height:100% }
body { height: 100%; width: 100%; font-family: Tahoma, Verdana, Arial, sans-serif; }
img { max-height: 100%; max-width: 100%; }
</style>
</head> </head>
<body> <body>
<header> <header>

View File

@ -7,11 +7,8 @@
<meta name="author" content="Théo Thénault"/> <meta name="author" content="Théo Thénault"/>
<meta name="description" content="Site web personnel"/> <meta name="description" content="Site web personnel"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html { color-scheme: light dark; height:100% } <link rel="stylesheet" type="text/css" href="../style.css">
body { height: 100%; width: 100%; font-family: Tahoma, Verdana, Arial, sans-serif; }
img { max-height: 100%; max-width: 100%; }
</style>
</head> </head>
<body> <body>

15
style.css Normal file
View File

@ -0,0 +1,15 @@
html {
color-scheme: light dark;
width: 100%;
}
body {
margin: 0;
padding: 8px;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
img {
max-height: 100%;
max-width: 100%;
}

BIN
wip.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB