modification quiz

php
Patrick BRUGIERE 1 year ago
parent 8c513cbd78
commit 382f16e8e9

@ -1,15 +1,14 @@
body { body {
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
background-color: #acc2c2;
margin: 0; margin: 0;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
background-image: url("{{base}}/assets/img/nnyc.jpeg");
} }
#quiz { #quiz {
background-color: #fff;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px; padding: 20px;
@ -58,5 +57,5 @@ input {
} }
input:hover { input:hover {
background-color: #8833d2; background-color: blue;
} }

@ -11339,6 +11339,7 @@ body {
background-image: url("../assets/img/portrait_black.png"); background-image: url("../assets/img/portrait_black.png");
} }
.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .button { .device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .button {
display: none; display: none;
top: 0%; top: 0%;

@ -13,12 +13,27 @@
<link <link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet" /> rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="{{base}}/css/styles.css" rel="stylesheet" />
<link href="{{base}}/css/quiz.css" rel="stylesheet" /> <link href="{{base}}/css/quiz.css" rel="stylesheet" />
</head> </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;
}
<body> #quiz{
background-color: #8833d2;
}
</style>
<body >
<section id="quiz"> <section id="quiz">
<h1>{{listName}}</h1> <h1>{{listName}}</h1>

Loading…
Cancel
Save