Posts

Showing posts from February, 2026

Html task 2

Image
  Coding :  <!DOCTYPE html> <html> <head> <title>Evergreen</title> <style> body{     margin:0;     height:100vh;     display:flex;     align-items:center;     justify-content:center;     background:#eaeaea; } .bubbles{     position:absolute;     inset:0;     background:       radial-gradient(circle at 20% 30%, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 8%, transparent 9%),       radial-gradient(circle at 70% 20%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 6%, transparent 7%),       radial-gradient(circle at 40% 60%, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 10%, transparent 11%),       radial-gradient(circle at 80% 70%, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 7%, transparent 8%),       radial-gradient(circle at 25% 80%, rgba(255,255,255,0.18) 0%, rgba(...

Html task1

Image
Coding : <!DOCTYPE html> <html> <head>     <title>Evergreen</title>     <style>         .container {             background-color: red;             width: 20%;             color: white;             margin: auto;             padding: 10px;         }         h1 {             display: inline-block;                       border-top: 3px solid white;                  border-bottom: 3px solid white;               padding: 5px;                        }         p {     ...

Aakash profile

Image
AAKASH M  B.E (Computer Science) 🤖 AI-Inspired Tech Blogger 👋 ABOUT ME Hi, I’m Aakash. I’m a passionate blogger focused on explaining complex concepts in a simple, beginner-friendly way. My content mainly covers technology, education, and practical learning. Blogging is my platform to share knowledge, inspire learners, and grow together in the tech community. 🚀 INTERESTS Deep Learning Learning New Skills Web Development Designing 🧠 INTRODUCTION LINE ✍️ Blogger  |  💻 Tech Learner  |  📚 Knowledge Sharer 🎯 AMBITION My ambition is to create a reliable and intelligent blogging platform that delivers high-quality content, adapts to modern technology trends, and helps learners build strong technical foundations. 🌐 CONNECT WITH ME 📧 Email: massaakash02@gmail.com 🐙 GitHub: github.com/aakash02-rgb 📝 Blogger: My Blogger Profile 🛠️ PROJECT ONLINE QUIZ APPLICATION A web-based quiz system that allows u...