ConstantCoder commited on
Commit
8274844
·
verified ·
1 Parent(s): d5c91ee

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +28 -0
index.html CHANGED
@@ -5,6 +5,34 @@
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Saldırı Simülatörü</title>
7
  <link rel="stylesheet" href="styles.css">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  </head>
9
  <body style="background-color: rgb(12, 185, 228);">
10
  <header>
 
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>Saldırı Simülatörü</title>
7
  <link rel="stylesheet" href="styles.css">
8
+ <style>
9
+ #attack-simulator {
10
+ margin: 20px;
11
+ padding: 20px;
12
+ background-color: #fff;
13
+ border-radius: 8px;
14
+ box-shadow: 0 0 10px rgba(0,0,0,0.1);
15
+ }
16
+
17
+ button {
18
+ margin: 10px;
19
+ padding: 10px 20px;
20
+ background-color: #dd3333;
21
+ color: white;
22
+ border: none;
23
+ border-radius: 4px;
24
+ cursor: pointer;
25
+ }
26
+
27
+ button:hover {
28
+ background-color: #6b1515;
29
+ }
30
+
31
+ #attack-result {
32
+ margin-top: 20px;
33
+ }
34
+
35
+ </style>
36
  </head>
37
  <body style="background-color: rgb(12, 185, 228);">
38
  <header>