Skip to content

Instantly share code, notes, and snippets.

View miguelseguramx's full-sized avatar
😜
I'm hungry and foolish!

Miguel Segura MX miguelseguramx

😜
I'm hungry and foolish!
View GitHub Profile
@miguelseguramx
miguelseguramx / pokedex.css
Created August 13, 2020 01:17
Todos los estilos de nuestra Pokedex!
/* General */
/*-------------------------*/
:root {
--red: #dd082f;
--dark-red: #3b020d;
--green: #2ff901;
--yellow: #ffcc02;
--sky: #01fbfb;
--orange: #ffcc02;
@miguelseguramx
miguelseguramx / countries.json
Created February 16, 2022 00:20
List of countries in alphabetical order in Spanish with country code
[
{
"name":"Afganistán",
"code":"AF"
},
{
"name":"Albania",
"code":"AL"
},
{
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<title>Completa la subscripción al newsletter
</title>
<style>@media only screen{html{min-height:100%;background:#f3f3f3}}@media only screen and (max-width:596px){.small-float-center{margin:0 auto!important;float:none!important;text-align:center!important}}@media only screen and (max-width:596px){table.body img{width:auto;height:auto}table.body center{min-width:0!important}table.body .container{width:95%!important}table.body .columns{height:auto!important;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:16px!im