diff --git a/apps/devchoices-next/public/assets/data/questions.ts b/apps/devchoices-next/public/assets/data/questions.ts index b70865b..dccb8be 100644 --- a/apps/devchoices-next/public/assets/data/questions.ts +++ b/apps/devchoices-next/public/assets/data/questions.ts @@ -320,4 +320,15 @@ export const questions: QuestionInterface[] = [ img_path: '/assets/img/rebase.jpg', }, }, + { + slug: 'center-or-text-align-center', + choiceLeft: { + title: '
', + img_path: '/assets/img/cmm_center.png', + }, + choiceRight: { + title: '{text-align: center;}', + img_path: '/assets/img/spongebob_center.png', + }, + }, ] diff --git a/apps/devchoices-next/public/assets/img-previews/preview-center-or-text-align-center.jpg b/apps/devchoices-next/public/assets/img-previews/preview-center-or-text-align-center.jpg new file mode 100644 index 0000000..c2e36c1 Binary files /dev/null and b/apps/devchoices-next/public/assets/img-previews/preview-center-or-text-align-center.jpg differ diff --git a/apps/devchoices-next/public/assets/img-previews/preview-merge-or-rebase.jpg b/apps/devchoices-next/public/assets/img-previews/preview-merge-or-rebase.jpg new file mode 100644 index 0000000..b1e1ccc Binary files /dev/null and b/apps/devchoices-next/public/assets/img-previews/preview-merge-or-rebase.jpg differ diff --git a/apps/devchoices-next/public/assets/img/cmm_center.png b/apps/devchoices-next/public/assets/img/cmm_center.png new file mode 100644 index 0000000..88ea58e Binary files /dev/null and b/apps/devchoices-next/public/assets/img/cmm_center.png differ diff --git a/apps/devchoices-next/public/assets/img/spongebob_center.png b/apps/devchoices-next/public/assets/img/spongebob_center.png new file mode 100644 index 0000000..ce79fd7 Binary files /dev/null and b/apps/devchoices-next/public/assets/img/spongebob_center.png differ