Skip to content

Instantly share code, notes, and snippets.

@Keinsleif
Keinsleif / webstore.svg
Created August 24, 2023 07:16
"Available on Chrome Web Store" banner
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Keinsleif
Keinsleif / flashcard.html
Last active July 12, 2023 08:23
Flashcard like input only learning mode on quizlet. Using html, css, javascript. Single file.
<!DOCTYPE html>
<html>
<head>
<title>FlashCard</title>
<style>
body {
font-familiy: "Century Schoolbook",Times;
text-align: center;
}
</style>