Skip to content

Commit b6b7db2

Browse files
committed
pushing small improve
1 parent 487a3e7 commit b6b7db2

1 file changed

Lines changed: 8 additions & 24 deletions

File tree

index.html

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Shadow Validator Node</title>
6+
<title>Shadow</title>
77
<link rel="stylesheet" href="styles.css">
88
<style>
99
body {
@@ -20,24 +20,11 @@
2020
padding: 20px;
2121
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
2222
}
23-
nav a {
24-
color: #00bfff;
25-
text-decoration: none;
26-
margin: 0 15px;
27-
font-size: 18px;
28-
padding: 8px 12px;
29-
border-radius: 5px;
30-
transition: background 0.3s, color 0.3s;
31-
}
32-
nav a:hover {
33-
background: #333;
34-
color: white;
35-
}
3623
section {
3724
max-width: 800px;
3825
margin: 40px auto;
3926
padding: 20px;
40-
background: rgba(26, 26, 26, 0.6);
27+
background: rgba(26, 26, 26, 0.9);
4128
border-radius: 10px;
4229
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
4330
text-align: left;
@@ -49,6 +36,7 @@
4936
h2 {
5037
font-size: 28px;
5138
color: #fff;
39+
text-align: center;
5240
}
5341
p {
5442
font-size: 18px;
@@ -80,7 +68,7 @@
8068
margin-right: 10px;
8169
}
8270
footer {
83-
background: rgba(0, 0, 0, 0.5);
71+
background: rgba(0, 0, 0, 0.9);
8472
padding: 20px;
8573
margin-top: 40px;
8674
text-align: center;
@@ -100,9 +88,8 @@
10088
text-decoration: none;
10189
}
10290
.social-icons a img {
103-
width: 40px;
104-
height: 40px;
105-
border-radius: 50%;
91+
width: 50px;
92+
height: 50px;
10693
transition: transform 0.3s;
10794
}
10895
.social-icons a img:hover {
@@ -113,13 +100,10 @@
113100
<body>
114101
<header>
115102
<h1>Shadow Validator Node</h1>
116-
<nav>
117-
<a href="index.html">Shadow Validator Node</a>
118-
</nav>
119103
</header>
104+
<h2>Your Trusted Validator</h2>
120105
<section>
121-
<h2>Your Trusted Validator</h2>
122-
<p>Shadow Node is a trusted validator utility provider. With a few simple steps, you can delegate funds to our trusted validators or explore our services, where you can find tools useful for node operators and developers.</p>
106+
<p>Shadow Validator Node is a trusted validator utility provider. With a few simple steps, you can delegate funds to our trusted validators or explore our services, where you can find tools useful for node operators and developers.</p>
123107
</section>
124108
<section id="validators">
125109
<h2>Registered Validators</h2>

0 commit comments

Comments
 (0)