w3c for.php 2000/for.css today/for.css

This commit is contained in:
Djalim Simaila 2021-11-21 11:11:25 +01:00
parent f2f6ed21bc
commit 5640416c5e
4 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
<body> <body>
<?php include("header.php") ?> <?php include("header.php") ?>
<main> <main>
<section id="form"> <section id="formulaire">
<h2> <h2>
<?php <?php
// choix du genre de la personne que l'on cherche (femme par defaut ) // choix du genre de la personne que l'on cherche (femme par defaut )

View File

@ -6,7 +6,7 @@
<header> <header>
<div id="buttonSec"> <div id="buttonSec">
<button type="button" onclick="switchTheme()">Click Me!</button> <button type="button" onclick="switchTheme()">2000/today</button>
</div> </div>
<div id="title"> <div id="title">
<img src="img/logo.png" alt="Logo don't meet me" id="logo"> <img src="img/logo.png" alt="Logo don't meet me" id="logo">

View File

@ -5,7 +5,7 @@ main {
justify-content: center; justify-content: center;
} }
#form { #formulaire {
width: fit-content; width: fit-content;
border: solid purple 2px ; border: solid purple 2px ;
border-radius: 15px; border-radius: 15px;

View File

@ -6,7 +6,7 @@ main{
flex-direction: column; flex-direction: column;
} }
main #form{ main #formulaire{
background-color: rgba(255, 255, 255, 0.733); background-color: rgba(255, 255, 255, 0.733);
border-radius: 1rem; border-radius: 1rem;
border: solid 2px black; border: solid 2px black;
@ -19,7 +19,7 @@ main #form{
flex-direction: column; flex-direction: column;
} }
#form{ #formulaire{
padding-top: 1rem; padding-top: 1rem;
} }
@ -28,7 +28,7 @@ main #form{
#intro{ #intro{
font-size: 2.1rem; font-size: 2.1rem;
} }
#form{ #formulaire{
font-size: 2rem; font-size: 2rem;
} }
} }