Update styles.css
Browse files- styles.css +35 -35
styles.css
CHANGED
@@ -1,35 +1,35 @@
|
|
1 |
-
body {
|
2 |
-
background-color: rgb(12, 185, 228);
|
3 |
-
font-family: 'Arial', sans-serif;
|
4 |
-
color: #
|
5 |
-
text-align: center;
|
6 |
-
}
|
7 |
-
|
8 |
-
#attack-simulator {
|
9 |
-
margin: 20px auto;
|
10 |
-
padding: 20px;
|
11 |
-
background-color: #fff;
|
12 |
-
border-radius: 8px;
|
13 |
-
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
14 |
-
width: 80%;
|
15 |
-
max-width: 600px;
|
16 |
-
}
|
17 |
-
|
18 |
-
button {
|
19 |
-
margin: 10px;
|
20 |
-
padding: 10px 20px;
|
21 |
-
background-color: #dd3333;
|
22 |
-
color: white;
|
23 |
-
border: none;
|
24 |
-
border-radius: 4px;
|
25 |
-
cursor: pointer;
|
26 |
-
transition: background-color 0.3s ease;
|
27 |
-
}
|
28 |
-
|
29 |
-
button:hover {
|
30 |
-
background-color: #6b1515;
|
31 |
-
}
|
32 |
-
|
33 |
-
#attack-result {
|
34 |
-
margin-top: 20px;
|
35 |
-
}
|
|
|
1 |
+
body {
|
2 |
+
background-color: rgb(12, 185, 228);
|
3 |
+
font-family: 'Arial', sans-serif;
|
4 |
+
color: #ff0000;
|
5 |
+
text-align: center;
|
6 |
+
}
|
7 |
+
|
8 |
+
#attack-simulator {
|
9 |
+
margin: 20px auto;
|
10 |
+
padding: 20px;
|
11 |
+
background-color: #fff;
|
12 |
+
border-radius: 8px;
|
13 |
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
14 |
+
width: 80%;
|
15 |
+
max-width: 600px;
|
16 |
+
}
|
17 |
+
|
18 |
+
button {
|
19 |
+
margin: 10px;
|
20 |
+
padding: 10px 20px;
|
21 |
+
background-color: #dd3333;
|
22 |
+
color: white;
|
23 |
+
border: none;
|
24 |
+
border-radius: 4px;
|
25 |
+
cursor: pointer;
|
26 |
+
transition: background-color 0.3s ease;
|
27 |
+
}
|
28 |
+
|
29 |
+
button:hover {
|
30 |
+
background-color: #6b1515;
|
31 |
+
}
|
32 |
+
|
33 |
+
#attack-result {
|
34 |
+
margin-top: 20px;
|
35 |
+
}
|