<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Effortless Health</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #182034;
overflow: hidden;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.dna-container {
position: relative;
width: 1100px;
height: 240px;
}
.dna {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
perspective: 1000px;
opacity: 0.5;
}
.dna div {
position: relative;
top: 50%;
left: 60px;
width: 2px;
height: 160px;
margin-top: -80px;
background-color: rgba(255, 255, 255, 0.2);
float: left;
transform-style: preserve-3d;
margin-left: 20px;
animation: rotation 20s linear infinite;
}
.dna div::before,
.dna div::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
left: -4px;
background-color: white;
}
.dna div::before {
top: -10px;
}
.dna div::after {
bottom: -10px;
}
@keyframes rotation {
from {
transform: rotateX(0deg);
}
to {
transform: rotateX(360deg);
}
}
.heading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #ffffff;
font-size: 3rem;
text-align: center;
z-index: 1;
}
</style>
</head>
<body>
<div class="dna-container">
<div class="dna">
<!-- DNA strands -->
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
</div>
<h1 class="heading">Effortless Health</h1>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Effortless Health</title>
<style>
body {
margin: 0;
padding: 0;
background-color: #182034;
overflow: hidden;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.dna-container {
position: relative;
width: 1100px;
height: 240px;
}
.dna {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
perspective: 1000px;
opacity: 0.5;
}
.dna div {
position: relative;
top: 50%;
left: 60px;
width: 2px;
height: 160px;
margin-top: -80px;
background-color: rgba(255, 255, 255, 0.2);
float: left;
transform-style: preserve-3d;
margin-left: 20px;
animation: rotation 20s linear infinite;
}
.dna div::before,
.dna div::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
border-radius: 50%;
left: -4px;
background-color: white;
}
.dna div::before {
top: -10px;
}
.dna div::after {
bottom: -10px;
}
@keyframes rotation {
from {
transform: rotateX(0deg);
}
to {
transform: rotateX(360deg);
}
}
.heading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #ffffff;
font-size: 3rem;
text-align: center;
z-index: 1;
}
</style>
</head>
<body>
<div class="dna-container">
<div class="dna">
<!-- DNA strands -->
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
<div></div><div></div><div></div><div></div><div></div>
</div>
<h1 class="heading">Effortless Health</h1>
</div>
</body>
</html>