elyor-ml commited on
Commit
adfda31
·
1 Parent(s): 559af80

added sentence and font inrease

Browse files
public/media/girl_flowers.png ADDED

Git LFS Details

  • SHA256: 2e975ee86e509917057cf8938f386dc0e43d2a05e023296067758bb475a46f60
  • Pointer size: 131 Bytes
  • Size of remote file: 214 kB
public/questions.json CHANGED
@@ -24,7 +24,7 @@
24
  "distractors": ["to the teacher", "to Grandpa", "to the boy"]
25
  },
26
  {
27
- "file": "/media/girl_flowers.jpg",
28
  "who": "The girl",
29
  "doing": "is offering",
30
  "what": "flowers",
 
24
  "distractors": ["to the teacher", "to Grandpa", "to the boy"]
25
  },
26
  {
27
+ "file": "/media/girl_flowers.png",
28
  "who": "The girl",
29
  "doing": "is offering",
30
  "what": "flowers",
src/App.css CHANGED
@@ -1,12 +1,13 @@
1
  .colorful-semantics {
2
  max-width: 1100px;
3
- margin: 0 auto;
4
  padding: 2rem;
5
  text-align: center;
6
  font-family: 'Arial', sans-serif;
7
  display: flex;
8
  flex-direction: column;
9
  align-items: center;
 
10
  }
11
 
12
  .loading {
 
1
  .colorful-semantics {
2
  max-width: 1100px;
3
+ margin: 0 0 0 auto;
4
  padding: 2rem;
5
  text-align: center;
6
  font-family: 'Arial', sans-serif;
7
  display: flex;
8
  flex-direction: column;
9
  align-items: center;
10
+ justify-content: flex-end;
11
  }
12
 
13
  .loading {