Bien au dessus de Léandre et JL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
633 B

2 years ago
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&display=swap');
body{
background-color: #001a35;
font-family: "Fredorka", sans-serif;
margin: 0;
color: white;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
}
.container{
background-color: #002d5e;
width: 50vw;
text-align: center;
padding: 1em;
border-radius: 10px;
margin: auto;
}
h1{
margin: 0 0 0.4em 0;
}
3 years ago
input{
2 years ago
border: solid 1px #002d5e;
outline: none;
padding: 0.6em;
border-radius: 10px;
}
.form-chunck{
margin-bottom: 0.6em;
3 years ago
}