Skip to content

Instantly share code, notes, and snippets.

@Roger963
Roger963 / Key_starUML.md
Created July 18, 2022 22:34 — forked from danielquisbert/Key_starUML.md
Key para starUML
@Roger963
Roger963 / postgresql-manjaro.md
Created July 15, 2022 21:15 — forked from marcorichetta/postgresql-manjaro.md
Install PostgreSQL on Manjaro and set it up for Django
@Roger963
Roger963 / card-hover-interactions.markdown
Created March 30, 2022 14:32
Card Hover Interactions

Card Hover Interactions

Hacking together a solution to show part of an element in a card as a default state, lining up the element headline across each card and then animating the element to the center of its parent element

A Pen by Ryan Mulligan on CodePen.

License.

@Roger963
Roger963 / index.html
Created March 30, 2022 14:11
Rollable Menu - Pure CSS
<header>
<a href="#" class="club">Join the Club</a>
<a href="#" class="cate">Big Catering</a>
<a href="#" class="loca">Locations & Hours</a>
<a href="#" class="take">Takeout & Delivery</a>
<div class="parts">
@Roger963
Roger963 / index.html
Created March 30, 2022 14:06
Light / Dark / Black Theme
<div class="menu">
<div class="menu-header">
<h2 class="menu-header-title">Theme</h2>
<div class="theme-switcher">
<input type="radio" id="light-theme" name="themes" checked />
<label for="light-theme">
<span>
<i data-feather="sun"></i>Light
</span>
@Roger963
Roger963 / css-card-hover-effects.markdown
Created March 30, 2022 02:20
CSS Card Hover Effects
@Roger963
Roger963 / carrusel-codepen
Last active March 30, 2022 02:10
carrusel
carrusel
--------
A [Pen](https://codepen.io/roger963/pen/OJzgKYv) by [Roger963](https://codepen.io/roger963) on [CodePen](https://codepen.io).
[License](https://codepen.io/license/pen/OJzgKYv).