Skip to content

Instantly share code, notes, and snippets.

@kouameYao
kouameYao / index.html
Last active December 16, 2024 19:06
calculator
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="calculator">
@kouameYao
kouameYao / dropdown.html
Last active December 28, 2024 11:10
Pratique DOM
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dropdown Recherchable</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="container">