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>
<?php include("header.php") ?>
<main>
<section id="form">
<section id="formulaire">
<h2>
<?php
// choix du genre de la personne que l'on cherche (femme par defaut )

View File

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

View File

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

View File

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