Skip to content

Instantly share code, notes, and snippets.

@Kacperhehe
Created January 31, 2018 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kacperhehe/5a54f0035b987981f61d5eb8948cfe23 to your computer and use it in GitHub Desktop.
Save Kacperhehe/5a54f0035b987981f61d5eb8948cfe23 to your computer and use it in GitHub Desktop.
btn i css
<div id="btns">
<button type="button" name="button2" value="sumbit" class="btn"><a href="pobierz.php">Pobierz</a></button>
#btns
{
width: 340px;
height: 10px;
margin-left: auto;
text-align: center;
margin-right: auto;
padding: 20px 30px 40px 30px;
float: left;
transition: all 0.2s ease-in-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment