This commit is contained in:
José Conde
2023-09-08 02:43:17 +02:00
parent 2beebe6f07
commit f63faa97a0
12 changed files with 182 additions and 7 deletions

View File

@ -41,6 +41,21 @@ body {
background-color: #121212
}
button {
background-color: #ffcd00;
border: 0;
color: #fff;
padding: 8px 8px;
border-radius: 4px;
cursor: pointer;
font-weight: 600;
}
button.secondary {
background-color: #fff;
color: #ffcd00;
}
.main-container {
width: 960px;
margin: 0 auto;;