Skip to content

Commit 038e525

Browse files
committed
Project 42,43 styling fix
1 parent 92a2eb8 commit 038e525

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

30DaysOfJavaScript/assets/47.jpg

-74.2 KB
Binary file not shown.

30DaysOfJavaScript/assets/47.png

-2.48 KB
Loading

42 - Simple Form Validation/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ body {
2929
padding: 1em;
3030
border-radius: 5px;
3131
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
32-
width: 400px;
32+
width: 300px;
3333
}
3434

3535
.form {

43 - Getting Started with APIs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ h1 {
5252

5353
.btn {
5454
text-transform: uppercase;
55-
width: 400px;
55+
width: 250px;
5656
height: 35px;
5757
outline: none;
5858
border: none;

0 commit comments

Comments
 (0)