html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<figure><figcaption>dropbox</figcaption>
<!-- change www to dl then at the end change dl=1 to raw=1 -->
<img src="https://dl.dropbox.com/s/45a84dwpxz1bq99/biel-morro-kcKiBcDTJt4-unsplash.jpg?raw=1" style="width:250px;height:250px;"></figure><pre>
</pre>
<!-- go to imgbb.com upload and get the full c&p link -->
<figure><figcaption>imgbb</figcaption> <img src="https://i.ibb.co/5Mgj6p8/biel-morro-kc-Ki-Bc-DTJt4-unsplash.jpg" alt="biel-morro-kc-Ki-Bc-DTJt4-unsplash" border="0"></figure>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
body {
color: yellow; background-image:url('https://dl.dropbox.com/s/45a84dwpxz1bq99/biel-morro-kcKiBcDTJt4-unsplash.jpg?raw=1');
background-color: grey;
background-repeat:no-repeat;
background-position:0,0;
background-position:center;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run