Skip to content

Instantly share code, notes, and snippets.

View andrei-coelho's full-sized avatar
👊
- Coding

Andrei Coelho andrei-coelho

👊
- Coding
  • São Paulo - SP - BR - Earth
View GitHub Profile
@andrei-coelho
andrei-coelho / styles.less
Created November 26, 2019 01:22
My styles Atom
@darker-green: #172326;
@fucker-green: #2B3940;
@mother-green: #212C32;
.title-bar {
padding: 15px;
letter-spacing: 0.08em;
font-size: 1.1em;
}
@andrei-coelho
andrei-coelho / _bootstrap_width_height.scss
Last active February 7, 2023 13:24
sass / css for width and height of bootstrap components
$grid-breakpoints: (
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
);
@andrei-coelho
andrei-coelho / Determinant.php
Last active April 24, 2019 15:19
Calcular o determinante de uma matriz com php / Calculate the determinant of a matrix in php
<?php
/**
* Get a matrix determinant or reduce its order
*
* @author Andrei Coelho
*
*/
/* *