Skip to content

Commit c60ef12

Browse files
Add style a box sizing
1 parent f7f3eb3 commit c60ef12

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Form-Controls/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* {
2+
box-sizing: border-box;
3+
}
4+
15
body {
26
font-family: Arial, sans-serif;
37
max-width: 340px;

0 commit comments

Comments
 (0)