Skip to content

Instantly share code, notes, and snippets.

@webprogramacion
Created December 27, 2016 08:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webprogramacion/929d3f97ab71f4ee26c2b7f81dba8588 to your computer and use it in GitHub Desktop.
Save webprogramacion/929d3f97ab71f4ee26c2b7f81dba8588 to your computer and use it in GitHub Desktop.
Código para no redondear las esquinas en Bootstrap
* {
border-radius: 0 !important;
}
* {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment