Blockchain Ecosystem Development
Public and Private Blockchain Ecosystem Development
Building blockchain solutions from scratch for a decentralized future.
margin: 0;
padding: 0;
overflow-x: hidden; /* Prevent horizontal scrolling */
width: 100%;
height: 100%;
background-color: black;
color: white;
font-family: Arial, sans-serif;
}
canvas {
display: block;
}
.content {
padding: 20px;
text-align: center;
}
.banner {
position: relative;
width: 100%;
height: 100vh; /* Full viewport height */
overflow: hidden;
}
.banner-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 1;
}
.banner-content h2 {
font-size: 50px;
margin: 0;
}
.banner-content p {
font-size: 20px;
margin: 10px 0 0;
line-height: 1.5;
}
#blockchainCanvas {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}
Public and Private Blockchain Ecosystem Development
Building blockchain solutions from scratch for a decentralized future.