Posts

Showing posts from November, 2020

Social Network Pages CSS

/* Add your styles here */ body { background: #eee; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; } ul { list-style-type: none; margin: 0; padding: 0; } li { display: inline-block; margin-right: 20px; }

Social Network Pages HTML

Home Locations Contact Home Move some files around and try to update the navigation to still work! (hint: you'll need to update the CSS link href as well)