Skip to content

Commit 4bee091

Browse files
committed
fix file locking errors
1 parent b091bfa commit 4bee091

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<title>My form control</title>
9-
<link rel="stylesheet" href="style1.css"/>
9+
<link rel="stylesheet" href="style.css"/>
1010
<meta name="description" content="F" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
1212
</head>

Form-Controls/style.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
user
2-
allow/*
3-
{
4-
box-sizing: border-box;
5-
}
61
header {
7-
background-color: #17d0ba75;
2+
background-color: #49bb93;
83
color: white;
94
text-align: center;
105
padding: 20px;
@@ -72,7 +67,7 @@ select {
7267
}
7368
input[type="submit"] {
7469
width: 100%;
75-
background-color: #17d0ba75;
70+
background-color: #49bb93;
7671
color: white;
7772
border: none;
7873
padding: 12px;
@@ -82,11 +77,11 @@ input[type="submit"] {
8277
}
8378

8479
input[type="submit"]:hover {
85-
background-color: #17d0ba75;
80+
background-color: #49bb93;
8681
}
8782
footer {
8883
text-align: center;
89-
background-color:#17d0ba75;
84+
background-color: #49bb93;
9085
color: white;
9186
padding: 15px;
9287
margin-top: 20px;

0 commit comments

Comments
 (0)