Skip to content

Instantly share code, notes, and snippets.

View anirudh-munipalli's full-sized avatar
👨‍💻
AI is coming

anirudh-munipalli

👨‍💻
AI is coming
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Screen recorder</title>
</head>
<body>
<button id="recording-toggle">Start recording</button>
<script defer>
@anirudh-munipalli
anirudh-munipalli / animated-faq.html
Created May 25, 2023 09:11
Code for creating an animated FAQ section in HTML and JavaScript
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FAQ Section</title>
<link rel="stylesheet" href="./index.html.css"/>