Skip to content

Instantly share code, notes, and snippets.

View Uvacoder's full-sized avatar

uvacoder Uvacoder

View GitHub Profile

Fluid photoset

A photoset that retains the aspect ratio of all images, yet keeping images on the same row at equal heights.

A Pen by Uvacoder on CodePen.

License.

@Uvacoder
Uvacoder / index.html
Created May 7, 2024 12:21
Tailwind CSS Cards - WindUI
<!-- Wind-ui CSS playground! -->
<div class="flex h-screen w-full flex-col items-center justify-center bg-white bg-[url('https://tailwindcss.com/_next/static/media/docs@tinypng.61f4d3334a6d245fc2297517c87ae044.png')] bg-no-repeat text-slate-500 antialiased">
<!-- Component starts here -->
<!-- Horizontal card with image, title, subtitle, user avatar and text-->
<div class="flex w-[40rem] flex-col overflow-hidden rounded bg-white text-slate-500 shadow-md shadow-slate-200 sm:flex-row">
<!-- Card image -->
<figure class="flex-1">
<img src="https://picsum.photos/id/118/800/600" alt="card image" class="aspect-auto min-h-full object-cover" />
</figure>
<!-- Card body-->
@Uvacoder
Uvacoder / index.html
Created May 7, 2024 12:21
Rainbow credit card using CSS filters
<div class="card">
<div class="cardglow"></div>
<div class="cardborder"></div>
<div class="cardbg"></div>
<div class="logo"></div>
<div class="numbers">1234 5678 9012 3456</div>
<div class="visalogo"></div>
</div>
<svg height="0" width="0">
<defs>
@Uvacoder
Uvacoder / opml.py
Created March 16, 2024 01:17 — forked from capjamesg/opml.py
Process OPML files from Feedly OPML export.
# Written by capjamesg
# Required dependencies: requests, beautifulsoup4
from bs4 import BeautifulSoup
import requests
# Please save your opml file as feed.opml before running this program, otherwise you'll encounter an error
with open("feed.opml", "r") as file:
contents = file.read()
@Uvacoder
Uvacoder / custom-audio-player-alpinejs-tailwindcss.markdown
Created March 3, 2023 13:38
Custom Audio Player (AlpineJS + TailwindCSS)
@Uvacoder
Uvacoder / diy-linktree-page.markdown
Created February 25, 2023 05:04
DIY Linktree Page
@Uvacoder
Uvacoder / css-photo-blog.markdown
Created February 25, 2023 05:03
CSS PHOTO BLOG
@Uvacoder
Uvacoder / index.html
Created January 17, 2023 03:11
Snowfall Animation CSS
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Snowfall Effect</title>
<!-- Design By foolishdeveloper.com -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
@Uvacoder
Uvacoder / card-hover-effect.markdown
Created January 17, 2023 01:15
Card hover effect

Card hover effect

Music art card hover animations with social links and a short bio. Responsive on all devices

A Pen by Uvacoder on CodePen.

License.

@Uvacoder
Uvacoder / index.html
Created January 17, 2023 01:14
Radio checkbox cards
<!-- Boxicon import -->
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet" />
<body>
<h1>Radio Checkbox Cards</h1>
<div class="container">
<div class="checkbox">
<label class="checkbox-wrapper">
<input type="checkbox" class="checkbox-input" checked />