Skip to content

Instantly share code, notes, and snippets.

View paulzay's full-sized avatar
:octocat:
Working from home

Paul Ogolla paulzay

:octocat:
Working from home
View GitHub Profile
@paulzay
paulzay / app.css
Last active June 1, 2020 15:25
flexbox tutorial
nav{
display: flex;
flex-direction: row;
justify-content: space-between;
}
.navlinks ul li{
display: inline-flex;
}