Crop image and change style.css
This commit is contained in:
parent
9b32d8e1f0
commit
1f0b3ad937
16
index.html
16
index.html
@ -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>
|
||||
|
@ -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
15
style.css
Normal 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%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user