Skip to content
Snippets Groups Projects

:twisted_rightwards_arrows: Feature/38 css general

Merged MEKHININI ELIES requested to merge feature/38-css-general into develop
Compare and
16 files
+ 163
124
Preferences
Compare changes
Files
16
<main class="container">
<div class="container">
<div class="button-header">
<div class="button-header">
<button (click)="createQuiz()">Play a quiz</button>
<button (click)="createQuiz()">Play a quiz</button>
<button (click)="startQuiz()">Join a quiz</button>
<button (click)="startQuiz()">Join a quiz</button>
@@ -7,4 +7,4 @@
@@ -7,4 +7,4 @@
<app-form-start-quiz *ngIf="showStartQuiz"></app-form-start-quiz>
<app-form-start-quiz *ngIf="showStartQuiz"></app-form-start-quiz>
<app-form-create-quiz *ngIf="showCreateQuiz"></app-form-create-quiz>
<app-form-create-quiz *ngIf="showCreateQuiz"></app-form-create-quiz>
</div>
</div>
</main>
</div>
 
\ No newline at end of file