Skip to content
Snippets Groups Projects
Commit 1ff6d610 authored by DIALLO ABDOUL-AZIZ's avatar DIALLO ABDOUL-AZIZ
Browse files

Use roboto font in all input and textarea element

parent c3f153f1
Branches
No related merge requests found
body { body {
/* background: linear-gradient(90deg, rgb(228, 220, 220), rgb(148, 138, 138)); */ /* background: linear-gradient(90deg, rgb(228, 220, 220), rgb(148, 138, 138)); */
background-color: rgb(148, 138, 138); background-color: rgba(182, 170, 170, 0.886);
} }
header { header {
...@@ -17,13 +17,20 @@ form { ...@@ -17,13 +17,20 @@ form {
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
padding: 1rem; padding: 1rem;
border-radius: 6px; border-radius: 6px;
font-family: "Roboto", sans-serif;
} }
input, input,
textarea { textarea {
width: 100%; width: 100%;
display: block; display: block;
padding: 5px; padding: 0.25rem;
margin-bottom: 1rem; margin-bottom: 1rem;
box-sizing: border-box; /* Pour avoir les mêmes espaces entre les deux bords */ box-sizing: border-box; /* Pour avoir les mêmes espaces entre les deux bords */
font: inherit;
color: rgb(61, 58, 58);
}
button {
font: inherit;
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment