php
Lucie GOIGOUX 1 year ago
parent cfa6474e3c
commit cbb9f3bbec

@ -1,14 +1,15 @@
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;
@ -57,5 +58,5 @@ input {
} }
input:hover { input:hover {
background-color: blue; background-color: #8833d2;
} }

@ -16,19 +16,6 @@
<link href="{{base}}/css/styles.css" rel="stylesheet"/> <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;
}
</style>
<body> <body>
{% include 'navBar.twig' %} {% include 'navBar.twig' %}
<section id="quiz"> <section id="quiz">

Loading…
Cancel
Save