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">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<title>How to upload private codes to Q&A</title>
</head>
<body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/dirkgroenen/jQuery-viewport-checker@2.0.0/dist/jquery.viewportchecker.min.js"></script>
<div id="total">
<div id = "title" data-aos="fade-up" data-aos-anchor-placement="center-center">How to upload private codes to Q&A</div>
<div id = "description" data-aos="fade-up" data-aos-anchor-placement="center-center">Made for every user who needs to upload a code in the Q&A section.</div>
<div id = "content" data-aos="fade-up" data-aos-anchor-placement="top-center">
<div data-aos="fade-up" data-aos-anchor-placement="top-center">
<p>1. Go to create section</p>
<img src = "https://dl.dropbox.com/s/e0xbcx8j4kln6hu/1.jpeg"/>
<hr/>
</div>
<div data-aos="fade-up" data-aos-anchor-placement="center-center">
<p>2. Click "New code"</p>
<img src = "https://dl.dropbox.com/s/h50ck37jw2jd7y5/2.jpeg"/>
<hr/>
</div>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run