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

@ -2,16 +2,12 @@
<html>
<head>
<title>Théo Thénault</title>
<meta charset="utf-8"/>
<meta name="keywords" content="Théo Thénault, CV, Français, Francais, French"/>
<meta name="author" content="Théo Thénault"/>
<meta name="description" content="Site web personnel"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
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>
<meta charset="utf-8"/>
<meta name="keywords" content="Théo Thénault, CV, Français, Francais, French"/>
<meta name="author" content="Théo Thénault"/>
<meta name="description" content="Site web personnel"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>

View File

@ -2,16 +2,13 @@
<html>
<head>
<title>Théo Thénault</title>
<meta charset="utf-8"/>
<meta name="keywords" content="Théo Thénault, CV, Français, Francais, French"/>
<meta name="author" content="Théo Thénault"/>
<meta name="description" content="Site web personnel"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
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>
<meta charset="utf-8"/>
<meta name="keywords" content="Théo Thénault, CV, Français, Francais, French"/>
<meta name="author" content="Théo Thénault"/>
<meta name="description" content="Site web personnel"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="../style.css">
</head>
<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