Skip to content

Commit 012d577

Browse files
Add box sizing to elements
1 parent 31548cf commit 012d577

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ <h1>Product Pick</h1>
5757
</form>
5858
</main>
5959
<footer>
60-
<!-- change to your name-->
6160
<p>By Frumentius-Rev</p>
6261
</footer>
6362
</body>

Form-Controls/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ body {
1111
form {
1212
display: flex;
1313
flex-direction: column;
14-
gap: 8px;background: #f5f5f5;
14+
gap: 8px;
15+
background: #f5f5f5;
1516
padding: 20px;
1617
box-sizing: border-box;
1718
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);

0 commit comments

Comments
 (0)