Skip to content

Commit 965073e

Browse files
committed
increase the margin for form
1 parent b96c4ef commit 965073e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
<title>My form exercise</title>
77
<meta name="description" content="" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
<style>
10+
form {
11+
display: grid;
12+
margin: 100px;
13+
gap: 5px;
14+
}
15+
</style>
916
</head>
1017
<body>
1118
<header>

0 commit comments

Comments
 (0)