html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<!--
🍧 How To Upload your phone images on SoloLearn using phone😳💕💕
🍧 Coded by: Aakaanksha Vashisht💕
🍧
🍧 Date of submission: 18-Sep-2020
🍧
❌ Don't copy(❌) without permission
🍧 Owner: Aakaanksha💕©️
🍧
🍧 Made with alot of hardwork & love♥️😍
🍧 Hope you'll love it:
(🍧🍰🍬🍨🍦🍭🍧🍰🍨🍬🍭🍦)
----------------------------
-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dropbox</title>
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&family=Source+Sans+Pro:wght@200&display=swap" rel="stylesheet">
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</head>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
body {
font-family: "Quicksand", sans-serif;
color:#555;
font-size:14px;
-webkit-tap-highlight-color:transparent;
}
.top {
overflow-x:hidden;
background-image: radial-gradient(
circle at 29% 55%,
rgba(252, 252, 252, 0.05) 0%,
rgba(252, 252, 252, 0.05) 4%,
transparent 4%,
transparent 44%,
transparent 44%,
transparent 100%
),
radial-gradient(
circle at 85% 89%,
rgba(252, 252, 252, 0.05) 0%,
rgba(252, 252, 252, 0.05) 51%,
transparent 51%,
transparent 52%,
transparent 52%,
transparent 100%
),
radial-gradient(
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
<!--
🍧 How To Upload your phone images on SoloLearn using phone😳💕💕
🍧 Coded by: Aakaanksha Vashisht💕
🍧
🍧 Date of submission: 18-Sep-2020
🍧
❌ Don't copy(❌) without permission
🍧 Owner: Aakaanksha💕©️
🍧
🍧 Made with alot of hardwork & love♥️😍
🍧 Hope you'll love it:
(🍧🍰🍬🍨🍦🍭🍧🍰🍨🍬🍭🍦)
----------------------------
-->
*/
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run