CSS Naming.

This commit is contained in:
Brian Cao 2022-12-26 12:48:20 -08:00
parent b9fcab0597
commit 4ef52e0136
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
.form {
display: flex;
flex-direction: column;
gap: 30px;
width: 300px;
}