MySpace

Profile Picture

Your Name

Age: XX

Location: City, State

Recent Activity

CSS: css Copy code body { font-family: Arial, sans-serif; margin: 0; padding: 0; } header { background-color: #3b5998; color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 1em; } nav ul { list-style: none; margin: 0; padding: 0; display: flex; } nav li { margin-right: 1em; } nav li a { color: #fff;