Praticando um pouco do editor vim
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.
 
 
 

24 lines
413 B

header {
> ul {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 25px;
}
& li {
border: 2px solid #ee6464;
border-radius: 10px;
background-color: #2b4bbe;
padding: 8px 16px;
font-size: 18px;
}
}
table {
background-color: rgb(43, 75, 190);
color: #fff;
border-color: rgb(139, 189, 229);
& th {
background-color: rgb(238, 100, 100);
}
}