We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cefa8 commit ece4f50Copy full SHA for ece4f50
Source-Code/FaqCollapse/index.html
@@ -0,0 +1,13 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Document</title>
7
+ <link rel="stylesheet" href="style.css">
8
+</head>
9
+<body>
10
+
11
+ <script src="script.js"></script>
12
+</body>
13
+</html>
Source-Code/FaqCollapse/script.js
Source-Code/FaqCollapse/style.css
@@ -0,0 +1,16 @@
+* {
+ box-sizing: border-box;
+ }
+ body {
+ background-color: floralwhite;
+ font-family: "Segoe UI", sans-serif;
+ margin: 0;
+ overflow: hidden;
+ height: 100vh;
+ padding: 20px;
+ display: flex;
+ justify-content: center;
14
+ align-items: center;
15
16
0 commit comments