diedVIPs

html knowhow

Filter über Bild legen










Filter über Bild legen

So sieht´s aus




Quellcode
<html>
<head>

<style type="text/css">
.container{width: 600px;height: 400px;background:url("../Bilder/Life.jpg");background-size: cover;background-position: center;display: flex;position: relative;}
.container:before {content: "";background: #F7F6F5;width: 100%;opacity: .5;transition: .5s ease;}
.container:hover:before{background: #58ffd2;}
</style>
</head>

<body >
<div class="container"></div>
</body>

</html>










Kontakt    Datenschutz    Impressum