<!DOCTYPE html>
<html>
+<meta name="viewport" content="width=device-width">
<head>
<title>Ekhem</title>
- <meta name="viewport" content="heigth=device-height, width=device-width, initial-scale=1.0">
<style>
html {
background-color: #7fa99b;
- display: grid;
- grid-template-columns: auto min(95vw, 700px) auto;
+ display: flex;
height: 100%;
+ justify-content: center;
}
body {
background-color: #f1d18a;
border-style: double;
- grid-column: 2;
- margin: 10px 0;
padding: 5px;
+ width: min(95vw, 700px);
}
h3 {
margin-bottom: 0px;