Skip to content

Commit 2f98a7b

Browse files
author
Ogbemi mene
committed
my form working
1 parent bc89d28 commit 2f98a7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Form-Controls/Untitled-1.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
body {
3-
background-color: #f4f7f6;
3+
background-color: #7a8f88;
44
display: flex;
55
justify-content: center;
66
align-items: center;
@@ -9,7 +9,7 @@ body {
99
}
1010

1111
form {
12-
background: #ffffff;
12+
background: #9b7a7a;
1313
padding: 2rem;
1414
border-radius: 8px;
1515
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>My form exercise</title>
7+
<title>My form exercise work</title>
88
<link rel="stylesheet" href="Untitled-1.css">
99
</head>
1010

0 commit comments

Comments
 (0)