Skip to content

Instantly share code, notes, and snippets.

View anonymmouscoder's full-sized avatar
:shipit:
Senior developer

@Zexus anonymmouscoder

:shipit:
Senior developer
View GitHub Profile
@anonymmouscoder
anonymmouscoder / tache.html
Last active September 27, 2023 10:52
Gestion de taches
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gestion des Tâches</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
.completed {
background-color: #dff0d8;
@anonymmouscoder
anonymmouscoder / index.html
Last active June 15, 2023 22:48
Product Card UI design
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
*
{
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}