Spaces:
Running
Running
Update index.html
Browse files- index.html +10 -0
index.html
CHANGED
@@ -24,6 +24,15 @@
|
|
24 |
margin: 0 auto;
|
25 |
}
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
.controls {
|
28 |
background: #2a2a2a;
|
29 |
padding: 1.5rem;
|
@@ -133,6 +142,7 @@
|
|
133 |
</head>
|
134 |
<body>
|
135 |
<div class="container">
|
|
|
136 |
<div class="controls">
|
137 |
<div class="range-container">
|
138 |
<input type="range" min="1" max="999999" value="100" class="range-slider" id="range">
|
|
|
24 |
margin: 0 auto;
|
25 |
}
|
26 |
|
27 |
+
.title {
|
28 |
+
font-size: 2rem;
|
29 |
+
font-weight: bold;
|
30 |
+
text-align: center;
|
31 |
+
margin-bottom: 2rem;
|
32 |
+
color: #6a5acd;
|
33 |
+
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
|
34 |
+
}
|
35 |
+
|
36 |
.controls {
|
37 |
background: #2a2a2a;
|
38 |
padding: 1.5rem;
|
|
|
142 |
</head>
|
143 |
<body>
|
144 |
<div class="container">
|
145 |
+
<h1 class="title">Prime Number Finder by MOUSE(VIDraft-mouse.hf.space)</h1>
|
146 |
<div class="controls">
|
147 |
<div class="range-container">
|
148 |
<input type="range" min="1" max="999999" value="100" class="range-slider" id="range">
|