Crop image and change style.css
This commit is contained in:
parent
9b32d8e1f0
commit
1f0b3ad937
@ -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>
|
||||||
|
@ -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
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