Skip to content

pei0823/pei0823.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

pei0823.github.io

<title>My Personal Website</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
body {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  line-height: 1.6;
}

header {
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

header h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

header p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-weight: bold;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #ffd369;
}

section {
  padding: 80px 20px;
  max-width: 1000px;
  margin: auto;
}

section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #ffd369;
}

.about, .projects, .contact {
  background: rgba(0, 0, 0, 0.3);
  padding: 40px;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.project-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

footer {
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}

footer p {
  font-size: 0.9rem;
  color: #ccc;
}
</style>

Hi, I'm Pei-Sheng!

✨ Welcome to my personal website ✨

About Projects Contact

About Me

Hello! I'm a student at Yuan Ze University, passionate about coding, design, and building meaningful projects. This website will showcase my learning journey and personal works.

Projects

Project 1

still working !!

Project 2

still working !!

Project 3

still working !!

Contact

If you’d like to reach me, feel free to email me at my email(it's real!).

© 2025 [Pei-Sheng]. All Rights Reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published