-
Notifications
You must be signed in to change notification settings - Fork 5
Description
body {
min-height: 100vh;
background: linear-gradient(135deg, var(--bg-dark), var(--bg-light));
color: var(--cream);
line-height: 1.6;
}
header {
padding: 4rem 1.5rem 3rem;
text-align: center;
}
header h1 {
font-size: 2.4rem;
letter-spacing: 0.5px;
margin-bottom: 0.5rem;
}
header p {
color: var(--muted);
max-width: 600px;
margin: 0 auto;
}
.quote {
margin-top: 2rem;
font-style: italic;
color: var(--gold);
font-size: 1.05rem;
}
main {
max-width: 900px;
margin: 0 auto;
padding: 2rem 1.5rem;
}
section {
margin-bottom: 3rem;
}
section h2 {
font-size: 1.4rem;
margin-bottom: 0.8rem;
color: var(--gold);
}
.about p {
max-width: 750px;
}
.posts ul {
list-style: none;
margin-top: 1rem;
}
.posts li {
background: rgba(255, 255, 255, 0.05);
padding: 1rem 1.2rem;
border-radius: 12px;
margin-bottom: 0.9rem;
transition: transform 0.2s ease, background 0.2s ease;
}
.posts li:hover {
transform: translateY(-3px);
background: rgba(255, 255, 255, 0.08);
}
.posts span {
display: block;
font-size: 0.85rem;
color: var(--muted);
}
.contact a {
display: inline-block;
margin-right: 1rem;
margin-top: 0.5rem;
text-decoration: none;
color: var(--gold);
font-weight: 500;
}
footer {
text-align: center;
padding: 2rem 1rem;
font-size: 0.85rem;
color: var(--muted);
}
@media (max-width: 600px) {
header h1 {
font-size: 1.9rem;
}
}
Victory Writes
Pharm.D student sharing short write-ups on pharmacy, discipline, and deep thinking.
About
My name is MMADUABUCHUKWU EBUBECHUKWU VICTORY, a Pharm.D student learning in public. I write to simplify complex ideas, document discipline, and explore the responsibility that comes with healing.
Recent Write-ups
- Most students read to pass. A few read to understand. Those few change the game. Short reflection
- Pharmacy rewards consistency more than intelligence. Every time. Discipline
- Notes don’t pass exams. Understanding does. Learning
Find Me
X (Twitter) Emailbody {
min-height: 100vh;
background: linear-gradient(135deg, var(--bg-dark), var(--bg-light));
color: var(--cream);
line-height: 1.6;
}
header {
padding: 4rem 1.5rem 3rem;
text-align: center;
}
header h1 {
font-size: 2.4rem;
letter-spacing: 0.5px;
margin-bottom: 0.5rem;
}
header p {
color: var(--muted);
max-width: 600px;
margin: 0 auto;
}
.quote {
margin-top: 2rem;
font-style: italic;
color: var(--gold);
font-size: 1.05rem;
}
main {
max-width: 900px;
margin: 0 auto;
padding: 2rem 1.5rem;
}
section {
margin-bottom: 3rem;
}
section h2 {
font-size: 1.4rem;
margin-bottom: 0.8rem;
color: var(--gold);
}
.about p {
max-width: 750px;
}
.posts ul {
list-style: none;
margin-top: 1rem;
}
.posts li {
background: rgba(255, 255, 255, 0.05);
padding: 1rem 1.2rem;
border-radius: 12px;
margin-bottom: 0.9rem;
transition: transform 0.2s ease, background 0.2s ease;
}
.posts li:hover {
transform: translateY(-3px);
background: rgba(255, 255, 255, 0.08);
}
.posts span {
display: block;
font-size: 0.85rem;
color: var(--muted);
}
.contact a {
display: inline-block;
margin-right: 1rem;
margin-top: 0.5rem;
text-decoration: none;
color: var(--gold);
font-weight: 500;
}
footer {
text-align: center;
padding: 2rem 1rem;
font-size: 0.85rem;
color: var(--muted);
}
@media (max-width: 600px) {
header h1 {
font-size: 1.9rem;
}
}
Victory Writes
Pharm.D student sharing short write-ups on pharmacy, discipline, and deep thinking.
About
My name is MMADUABUCHUKWU EBUBECHUKWU VICTORY, a Pharm.D student learning in public. I write to simplify complex ideas, document discipline, and explore the responsibility that comes with healing.
Recent Write-ups
- Most students read to pass. A few read to understand. Those few change the game. Short reflection
- Pharmacy rewards consistency more than intelligence. Every time. Discipline
- Notes don’t pass exams. Understanding does. Learning