Skip to content

Commit a3a2e11

Browse files
Create styles.css
1 parent 0c35ad5 commit a3a2e11

File tree

1 file changed

+46
-0
lines changed
  • src/exploits/zero-click_exploits/pegasus

1 file changed

+46
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
padding: 0;
18+
}
19+
20+
nav ul li {
21+
display: inline;
22+
margin: 0 1rem;
23+
}
24+
25+
nav ul li a {
26+
color: #fff;
27+
text-decoration: none;
28+
}
29+
30+
main {
31+
padding: 2rem;
32+
}
33+
34+
section {
35+
margin-bottom: 2rem;
36+
}
37+
38+
footer {
39+
background-color: #333;
40+
color: #fff;
41+
text-align: center;
42+
padding: 1rem 0;
43+
position: fixed;
44+
width: 100%;
45+
bottom: 0;
46+
}

0 commit comments

Comments
 (0)