introduce: practice

This commit is contained in:
nora 2025-02-15 18:53:52 +01:00
parent 750140d5f7
commit afefd4b4ae
5 changed files with 210 additions and 14 deletions

View file

@ -6,6 +6,7 @@ html {
--color-primary: rebeccapurple;
--color-white: white;
--color-error: red;
--color-success: green;
height: 100%;
}
@ -25,6 +26,9 @@ body {
footer {
justify-self: flex-end;
position: absolute;
bottom: 0;
margin-bottom: 20px;
}
.content {
@ -43,6 +47,18 @@ footer {
text-decoration: none;
}
.main-two-columns {
display: flex;
flex-direction: row;
gap: 20px;
margin-bottom: 40px;
}
.column-divider {
border: black 1px solid;
}
.action-button {
width: 250px;
font-size: 1rem;
@ -66,7 +82,6 @@ footer {
display: flex;
flex-direction: column;
gap: 10px;
}
.step {