15 lines
222 B
CSS
15 lines
222 B
CSS
|
#goals {
|
||
|
width: 35rem;
|
||
|
max-width: 90%;
|
||
|
margin: 3rem auto;
|
||
|
}
|
||
|
|
||
|
#goal-form {
|
||
|
width: 30rem;
|
||
|
max-width: 90%;
|
||
|
margin: 3rem auto;
|
||
|
padding: 2rem;
|
||
|
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
|
||
|
border-radius: 10px;
|
||
|
}
|