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="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>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -7,11 +7,8 @@
|
||||
<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>
|
||||
|
||||
<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