corrections
This commit is contained in:
parent
b8cba4a52f
commit
cd599ef822
8 changed files with 44 additions and 14 deletions
|
|
@ -8,6 +8,7 @@
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-moz-font-smoothing: antialiased;
|
||||
-o-font-smoothing: antialiased;
|
||||
position: relative;
|
||||
}
|
||||
a {
|
||||
color: currentColor;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,18 @@
|
|||
@import "modules/base.css";
|
||||
/* NE PAS TOUCHER CE CODE ------------------------------------- */
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-font-smoothing: antialiased;
|
||||
-o-font-smoothing: antialiased;
|
||||
position: relative;
|
||||
}
|
||||
a {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
#btn-print{
|
||||
|
||||
|
|
@ -7,17 +21,19 @@
|
|||
background: Lavender;
|
||||
font-size: 30px;
|
||||
border-radius: 10px;
|
||||
|
||||
a{
|
||||
color: currentColor;
|
||||
text-decoration: none;
|
||||
padding: 0.75ch 1ch;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* VOTRE CODE ----------------------------------------------- */
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
|
||||
figure, img{
|
||||
width: 200px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue