Update index.html
Browse files- index.html +11 -11
index.html
CHANGED
@@ -16,17 +16,17 @@
|
|
16 |
}
|
17 |
#attack-simulator {
|
18 |
background-image: url('/siber-saldiri.jpg');
|
19 |
-
background-size: cover;
|
20 |
-
background-position: center;
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
}
|
31 |
.button-container {
|
32 |
display: flex;
|
|
|
16 |
}
|
17 |
#attack-simulator {
|
18 |
background-image: url('/siber-saldiri.jpg');
|
19 |
+
background-size: cover;
|
20 |
+
background-position: center;
|
21 |
+
background-repeat: no-repeat;
|
22 |
+
margin: 30px auto;
|
23 |
+
padding: 20px;
|
24 |
+
background-color: rgba(255, 255, 255, 0.8);
|
25 |
+
border-radius: 8px;
|
26 |
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.288);
|
27 |
+
text-align: center;
|
28 |
+
max-width: 1200px;
|
29 |
+
width: 100%;
|
30 |
}
|
31 |
.button-container {
|
32 |
display: flex;
|