Skip to content

Instantly share code, notes, and snippets.

@uchoamaster
Created November 23, 2023 17:10
Show Gist options
  • Save uchoamaster/29ed0240c01670fc8cc6b936200b604b to your computer and use it in GitHub Desktop.
Save uchoamaster/29ed0240c01670fc8cc6b936200b604b to your computer and use it in GitHub Desktop.
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
*{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
background-image: linear-gradient(rgb(7, 11, 91), rgb(102, 207, 100));
}
.tarefas{
max-width: 700px;
background-color: white;
border-radius: 20px;
padding:20px;
text-align: center;
font-size: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.container {
display: flex;
justify-content: center;
align-items: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment