Skip to content

Instantly share code, notes, and snippets.

View dieguezz's full-sized avatar
🍭
In wonderworld

Diego Segura dieguezz

🍭
In wonderworld
View GitHub Profile
Privacy Policy
Diego Segura built the Madrid central maps app as a Free app. This SERVICE is provided by Diego Segura at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Madrid central maps unless otherwise defined in this Privacy Policy.
Information Collection and Use
@dieguezz
dieguezz / layout.css
Last active May 18, 2019 11:04
Basic css flex layout
/* Flex styles */
/* ie: .align-start-center => display: flex; align-items: flex-start; justify-content: center; */
.flex,
.flex-1,
.column,
.row,
div[class^='align'] {
display: flex;
}
~/.config/i3/config
i3conf