Skip to content

Instantly share code, notes, and snippets.

View LeonidasEsteban's full-sized avatar
❤️
¡No te rindas!

Leonidas Esteban LeonidasEsteban

❤️
¡No te rindas!
View GitHub Profile
@LeonidasEsteban
LeonidasEsteban / rfc-rfsc
Created September 12, 2022 18:18
React Functional Component & React Functional Styled Component Snippets
{
"reactFunctionalComponent": {
"prefix": "rfc",
"body": [
"",
"function ${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/g}() {",
"\treturn (",
"\t\t<${1:${div}}>",
"\t\t\t${2:${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/g}}",
"\t\t</${1:${div}}>",
@LeonidasEsteban
LeonidasEsteban / History|-12b8c5dd|entries.json
Last active September 21, 2023 00:17
Visual Studio Code Settings Sync Gist
{"version":1,"resource":"file:///Users/LeonidasEsteban/proyectos/cursos/curso-react-github/curso-react-github/src/components/language.js","entries":[{"id":"ZO0j.js","source":"textFileCreate.source","timestamp":1663355686196},{"id":"WKQG.js","timestamp":1663355693846},{"id":"Nrqy.js","timestamp":1663355772309},{"id":"wtVy.js","timestamp":1663355938047},{"id":"AItm.js","timestamp":1663355996111},{"id":"aS3t.js","timestamp":1663356057857},{"id":"0oPQ.js","timestamp":1663356180550},{"id":"be2Z.js","timestamp":1663356224509},{"id":"Pw4w.js","timestamp":1663356242493},{"id":"fhzn.js","source":"undoRedo.source","timestamp":1663356249383},{"id":"Saxw.js","timestamp":1663356274710},{"id":"Nvkd.js","timestamp":1663356340313},{"id":"cpXA.js","timestamp":1663356376872},{"id":"OhsK.js","timestamp":1663356405220},{"id":"cSJN.js","timestamp":1663356435265},{"id":"FQ7T.js","timestamp":1663356447516},{"id":"TENw.js","timestamp":1663356467111}]}
@LeonidasEsteban
LeonidasEsteban / gist:bad8745d8f9d4c7db967951d21ca3acd
Created September 13, 2019 16:31 — forked from ayamflow/gist:b602ab436ac9f05660d9c15190f4fd7b
Safari border-radius + overflow: hidden + CSS transform fix
// Add on element with overflow
-webkit-mask-image: -webkit-radial-gradient(white, black);
# Home made markdown editor :D!
holamundo
# Home made markdown editor :D!
# Home made markdown editor :D!
"highlight_line": true,
"indent_to_bracket": true,
"detect_indentation": false,
"highlight_modified_tabs": true,
"close_windows_when_empty": false,
"trim_trailing_white_space_on_save": true,
"overlay_scroll_bars": "enabled",
"open_files_in_new_window": false,
"scroll_past_end": true,
"tab_size": 2,
@LeonidasEsteban
LeonidasEsteban / HTML puls3
Last active December 26, 2015 21:39
HTML puls3
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Puls3</title>
<link rel="stylesheet" href="css/puls3.css"/>
</head>
<body>
<section class="container">
<header class="header">
@LeonidasEsteban
LeonidasEsteban / gist:7163731
Created October 26, 2013 00:08
Ejemplo videos responsive
<!DOCTYPE HTML>
<html lang="es-PE">
<head>
<meta charset="UTF-8">
<title>Video Responsive por @LeonidasEsteban</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<style >
body{
font-family: Arial;
}