Welcome to my Website!
This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
Here's how to make a list:
- Nareen
- Second thing
- Third thing
To learn more HTML/CSS, check out these tutorials!
Group 3 Website
Welcome to Our Page!
We're Group 3 — a creative team of learners building our first website on Neocities.
Meet the Group
- Ajay – Loves tech and design
- Nareen – Enjoys writing and creativity
- Grace – Passionate about learning new skills
- Miracle – Loves teamwork and helping others
Group 3 Website
Welcome to Our Page!
We're Group 3 — a creative team of learners building our first website on Neocities.
Meet the Group
- Ajay – Loves tech and design
- Nareen – Enjoys writing and creativity
- Grace – Passionate about learning new skills
- Miracle – Loves teamwork and helping others
/* Base Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Segoe UI', sans-serif;
background-color: #e0f7ff; /* Sky blue background */
color: #222;
line-height: 1.6;
padding: 20px;
}
/* Header */
header {
background-color: #60a5fa; /* Sky blue */
color: white;
padding: 20px;
text-align: center;
border-radius: 10px;
}
nav a {
margin: 0 15px;
color: white;
text-decoration: none;
font-weight: bold;
}
nav a:hover {
text-decoration
Group 3 - Ajay, Nareen, Grace & Miracle
Welcome to Our Page!
We're Group 3 — Ajay, Nareen, Grace, and Miracle. This is our sky blue-themed website built for learning and fun!
Meet the Group
- Ajay – Loves tech and design
- Nareen – Enjoys writing and creativity
- Grace – Passionate about learning new skills
- Miracle – Loves teamwork and helping others