mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 17:05:04 +01:00
introduce: practice
This commit is contained in:
parent
750140d5f7
commit
afefd4b4ae
5 changed files with 210 additions and 14 deletions
17
index.css
17
index.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue