Website an Bildschirmgröße anpassen
Ich habe das Problem, dass sich meine Website nicht an die Bildschirm Größe anpasst. Ich habe verschiedene Sachen ausprobiert. (z.B. Container).
Kommentar abgeben zu diesen Beitrag/Code ?Dann hier klicken
Der hier verwendete Code
<!doctype html>
<html lang = "de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Corin Fotografie Natur Personen">
<title> Corins Blog</title>
<style>
*{
margin:0;
padding:0;
}
body {
font-size: 150%;
font-family: Arial, Helvetica, sans-serif;
background-color: #bbbbbb;
color: rgba(14, 13, 13, 0.521);
display:flex;
width:100%;
flex-direction:column;
}
h1 {
font-size: 200%;
text-align: center;
font-weight: bolder;
font-family: Arial, Helvetica, sans-serif;
background-color: #bbbbbb;
color: white;
}
nav {
background-color: rgb(17, 17, 17);
width:100%;