|
|
|
@ -13,11 +13,26 @@
|
|
|
|
|
<link
|
|
|
|
|
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
|
|
|
|
|
rel="stylesheet" />
|
|
|
|
|
<!-- Core theme CSS (includes Bootstrap)-->
|
|
|
|
|
<link href="{{base}}/css/styles.css" rel="stylesheet" />
|
|
|
|
|
<link href="{{base}}/css/quiz.css" rel="stylesheet" />
|
|
|
|
|
</head>
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
font-family: 'Arial', sans-serif;
|
|
|
|
|
margin: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
background-image: url("{{base}}/assets/img/fond_quiz.jpg");
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#quiz{
|
|
|
|
|
background-color: #8833d2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
<body >
|
|
|
|
|
|
|
|
|
|
<section id="quiz">
|
|
|
|
|