Skip to content

Instantly share code, notes, and snippets.

@shotastage
Created September 7, 2016 06:21
Show Gist options
  • Save shotastage/8ad0e4d1e42c417cae9c3910f272d1c2 to your computer and use it in GitHub Desktop.
Save shotastage/8ad0e4d1e42c417cae9c3910f272d1c2 to your computer and use it in GitHub Desktop.
イライラCSS
.button {
display: inline-block;
width: 120px;
height: 55px;
line-height: 55px;
background: #333;
color: #fff;
border-radius: 5px;
text-align: center;
}
.navbar {
display: inline-block;
width: 100%;
height: 55px;
line-height: 55px;
background: #333;
color: #fff;
border-radius: 0;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment