ConstantCoder commited on
Commit
29bfadf
·
verified ·
1 Parent(s): f2e8ebc

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -65
index.html CHANGED
@@ -4,71 +4,7 @@
4
  <meta charset="UTF-8">
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
- body {
10
- background-color: rgb(12, 185, 228);
11
- color: rgb(89, 0, 233);
12
- font-family: 'Arial', sans-serif;
13
- }
14
- header {
15
- text-align: center;
16
- margin: 20px 0;
17
- }
18
- main {
19
- text-align: center;
20
- }
21
- section#attack-simulator {
22
- margin: 20px auto;
23
- width: 80%;
24
- max-width: 600px;
25
- text-align: left;
26
- }
27
- button {
28
- display: block;
29
- width: 100%;
30
- margin: 10px 0;
31
- padding: 10px;
32
- font-size: 16px;
33
- cursor: pointer;
34
- }
35
- #attack-result {
36
- margin-top: 20px;
37
- }
38
- /* Modal Pencere Stilleri */
39
- .modal {
40
- display: none;
41
- position: fixed;
42
- z-index: 1;
43
- left: 0;
44
- top: 0;
45
- width: 100%;
46
- height: 100%;
47
- overflow: auto;
48
- background-color: rgb(0,0,0);
49
- background-color: rgba(0,0,0,0.4);
50
- padding-top: 60px;
51
- }
52
- .modal-content {
53
- background-color: #fefefe;
54
- margin: 5% auto;
55
- padding: 20px;
56
- border: 1px solid #888;
57
- width: 80%;
58
- }
59
- .close {
60
- color: #aaa;
61
- float: right;
62
- font-size: 28px;
63
- font-weight: bold;
64
- }
65
- .close:hover,
66
- .close:focus {
67
- color: black;
68
- text-decoration: none;
69
- cursor: pointer;
70
- }
71
- </style>
72
  </head>
73
  <body>
74
  <header>
 
4
  <meta charset="UTF-8">
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>
10
  <header>