Designed by: Mauricio Bucardo
Original image: https://dribbble.com/shots/5619509-Animated-Tab-Bar
You can use this menu in your projects. It also works with 100% width and reacts to changing the size of the window :)
Designed by: Mauricio Bucardo
Original image: https://dribbble.com/shots/5619509-Animated-Tab-Bar
You can use this menu in your projects. It also works with 100% width and reacts to changing the size of the window :)
<?php | |
namespace App\Traits; | |
trait PostsPerMonthSeries | |
{ | |
protected function getChartData(): array | |
{ | |
return [ | |
'data' => [ |
Round ending scene of a mobile game called "King's League II". Figured I'd give GSAP timelines a go because I really enjoyed this little animation!
A Pen by Luis Alberto Guisado on CodePen.
/** | |
https://gist.github.com/leandrocfe/1183bd73a58b21496306c12c326d78db | |
*/ | |
/** main color: #014bde */ | |
/** tailwind.config.js | |
theme: { | |
fontSize: { | |
'xs': '0.75rem', |
/* | |
colors | |
#0d659d | |
#7b2cbf | |
*/ | |
.fi-sidebar { | |
@apply bg-primary-600 dark:bg-transparent !important; | |
} |
"Provincias": [{ | |
"id": "1", | |
"nombre": 'Pinar del Río', | |
"municipios":["Consolación del Sur", "Guane", "La Palma", "Los Palacios", "Mantua", "Minas de Matahambre", "Pinar del Río", "San Juan y Martínez", "San Luis", "Sandino", "Viñales"] | |
}, { | |
"id": "2", | |
"nombre": 'Artemisa', | |
"municipios":[ | |
"Alquízar", "Artemisa", "Bauta", "Caimito", "Guanajay", "Güira de Melena", "Mariel", "San Antonio de los Baños", "Bahía Honda", "San Cristóbal", "Candelaria"] | |
}, { |
# -*- coding: cp1252 -*- | |
''' | |
[Programación en Python] | |
''' | |
''' | |
Python tiene veintiocho palabras clave: | |
and continue else for import not raise | |
assert def except from in or return | |
break del exec global is pass try |