Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/bradtraversy/vanillawebprojects/memory-cards/

index.html /cody/bradtraversy/vanillawebprojects/memory-cards/index.html
4 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
readme.md /cody/bradtraversy/vanillawebprojects/memory-cards/readme.md
4 Views
0 Comments
## Memory Cards

Flash card app for learning. Display, add and remove memory cards with questions and answers

## Project Specif
script.js /cody/bradtraversy/vanillawebprojects/memory-cards/script.js
2 Views
0 Comments
const cardsContainer = document.getElementById('cards-container');
const prevBtn = document.getElementById('prev');
const nextBt
style.css /cody/bradtraversy/vanillawebprojects/memory-cards/style.css
4 Views
0 Comments
@import url('https://fonts.googleapis.com/css?family=Lato:300,500,700&display=swap');

* {
box-sizing: border-box;
}

body {