html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--Created by Harjeet Rai-->
<!DOCTYPE html>
<html>
<head>
<style>
#example1 {
background-image: url(https://i.pinimg.com/564x/c7/0d/d1/c70dd11de04864b6db7b31fbd3d073f2.jpg), url(https://i.pinimg.com/564x/c7/0d/d1/c70dd11de04864b6db7b31fbd3d073f2.jpg);
background-position: right bottom, left top;
background-repeat: no-repeat, repeat;
padding: 15px;
}
</style>
</head>
<body>
<div id="example1">
<h1>i love sololearn</h1>
</div>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
/*Created by Harjeet Rai*/
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
//Created by Harjeet Rai
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run