Skip to content

Commit a31679e

Browse files
committed
feat: size adjustment css
1 parent d36fe3f commit a31679e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

drawing-app/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ body {
1111
display: flex;
1212
align-items: center;
1313
justify-content: center;
14+
flex-direction: column;
1415
min-height: 100vh;;
1516
}
1617

@@ -20,3 +21,17 @@ canvas {
2021
border: 7px solid pink;
2122
background-color: #f5f5f5;
2223
}
24+
25+
.toolbox {
26+
padding: 1rem;
27+
width: 800px;
28+
background-color: whitesmoke;
29+
}
30+
31+
.toolbox button {
32+
background-color: rgb(238, 214, 186);
33+
padding: 0.25rem;
34+
border: none;
35+
font-size: 3rem;
36+
width: 50px;
37+
}

0 commit comments

Comments
 (0)