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.

62 lines
970 B

header{
place-content: start center;
}
h1{
margin-left: 5%;
}
#delTache > input[type='image']{
height: 50px;
width: 50px;
}
#check > input[type='image']{
height: 50px;
width: 50px;
}
#uncheck > input[type='image']{
height: 50px;
width: 50px;
}
.tache{
color: #212F3D;
background-color: #E4F8FF;
margin: 2%;
padding: 3%;
border-radius: 30px;
display: flex;
place-content: end space-between;
}
.add-task{
margin-top: 2%;
background: none;
border:none;
color: #212F3D;
background-color: #F7F9F9;
font-family: sans-serif;
font-size: 25;
padding : 40px;
border-radius: 50px;
margin-left: 25%;
width: 50%;
}
.del-list{
margin-top: 2%;
background: none;
border:none;
color: #212F3D;
background-color: #F7F9F9;
font-family: sans-serif;
font-size: 25;
padding : 25px;
border-radius: 50px;
margin-left: 35%;
width: 30%;
}