Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <meta charset="utf-8" />
    <style type="text/css">
        body {
            padding: 0;
            margin: 0;
        }
        .myclass {
            background-image: url('https://upload.wikimedia.org/wikipedia/commons/5/5d/White-headed_Buffalo-weaver_Dinemellia_dinemelli_Perched_2000px.jpg');
            background-repeat: no-repeat;
            width: 100vw;
            height: 100vw;
            background-size: 100% 100%;
        }
    </style>
</head>
<body>
    <div class="myclass">
        TEXT OVER IMAGE
    </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers