We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c35ad5 commit a3a2e11Copy full SHA for a3a2e11
src/exploits/zero-click_exploits/pegasus/styles.css
@@ -0,0 +1,46 @@
1
+body {
2
+ font-family: Arial, sans-serif;
3
+ margin: 0;
4
+ padding: 0;
5
+ background-color: #f4f4f4;
6
+}
7
+
8
+header {
9
+ background-color: #333;
10
+ color: #fff;
11
+ padding: 1rem 0;
12
+ text-align: center;
13
14
15
+nav ul {
16
+ list-style: none;
17
18
19
20
+nav ul li {
21
+ display: inline;
22
+ margin: 0 1rem;
23
24
25
+nav ul li a {
26
27
+ text-decoration: none;
28
29
30
+main {
31
+ padding: 2rem;
32
33
34
+section {
35
+ margin-bottom: 2rem;
36
37
38
+footer {
39
40
41
42
43
+ position: fixed;
44
+ width: 100%;
45
+ bottom: 0;
46
0 commit comments