Skip to content

Instantly share code, notes, and snippets.

View arlomba's full-sized avatar

Adrián Rey arlomba

  • Vigo, Galicia
View GitHub Profile
@arlomba
arlomba / tailwind.js
Created January 30, 2019 23:07
Tailwind CSS config using Material Design colors
/*
Tailwind - The Utility-First CSS Framework
A project by Adam Wathan (@adamwathan), Jonathan Reinink (@reinink),
David Hemphill (@davidhemphill) and Steve Schoger (@steveschoger).
Welcome to the Tailwind config file. This is where you can customize
Tailwind specifically for your project. Don't be intimidated by the
length of this file. It's really just a big JavaScript object and
@arlomba
arlomba / prácticas-MongoDB.md
Created January 24, 2022 15:12
Soluciones a prácticas con MongoDB
@arlomba
arlomba / index.html
Created January 26, 2022 19:18
Drag & Drop demo
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Drag & Drop</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"