Hello, Im trying to place my picture into the horizontal middle on my website. But it wont work with the css
here is index code
And css code
https://gyazo.com/508dc715621629d8b0bc6fa155ef3f58
Looks like this ^^
here is index code
Code:
<head>
<meta charset="utf-8">
<img class="bild1" src="felix_2.jpg" alt="platon" style="width:30%;" />
<title></title>
</head>
Code:
.bild1 {
display: block;
margin-left: auto;
margin-right: auto;
}
Looks like this ^^
