deepsite / index.html
Chiragb's picture
Add 2 files
5297c11 verified
Raw
History Blame Contribute Delete
614 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tethrafact - Digital Technology Solutions</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.gradient-bg {
background: linear-gradient(135deg, #6e8efb, #a777e3);
}
.hero-clip-path {
clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.feature-card:hover
</html>