Update style.css

Ajout CSS pour encadré procédure
This commit is contained in:
Guillaume 2023-01-04 15:18:11 +01:00 committed by GitHub
parent eab6776eac
commit c836080a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
body {
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #131313;
@ -12,6 +12,23 @@ body {
box-sizing: border-box;
}
.bordered {
border: 1px solid rgb(24,216,96);
border-radius: 5px;
padding: 20px;
margin-bottom: 20px;
}
li {
font-weight: bold;
}
a {
text-decoration-color: rgb(24,216,96);
color: rgb(24,216,96);
}
.form-group {
display: flex;
flex-direction: column;
@ -82,4 +99,4 @@ body {
.container {
padding: 10px;
}
}
}