Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
45 lines (34 loc) · 603 Bytes

File metadata and controls

45 lines (34 loc) · 603 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#root {
max-width: 1280px;
margin: 0 auto;
padding: 2rem;
text-align: center;
}
/*style flashcard component */
#flashCardComponent {
margin: 3rem auto;
}
#flashCard {
width: 500px;
height: 250px;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
overflow: auto;
padding: 2rem;
box-shadow: 0px .25rem 1rem;
border-radius: 5px
}
/* TODO animate card on hover */
/* #flashCard:hover {
} */
.question {
background-color: white;
}
.answer {
background-color: #f4f7f7;
}
/* TODO style button component */
/* .nextButton {
} */
Morty Proxy This is a proxified and sanitized view of the page, visit original site.