File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1- user
2- allow / *
3- {
4- box-sizing : border-box;
5- }
61header {
7- background-color : # 17d0ba75 ;
2+ background-color : # 49bb93 ;
83 color : white;
94 text-align : center;
105 padding : 20px ;
@@ -72,7 +67,7 @@ select {
7267}
7368input [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
8479input [type = "submit" ]: hover {
85- background-color : # 17d0ba75 ;
80+ background-color : # 49bb93 ;
8681}
8782footer {
8883 text-align : center;
89- background-color : # 17d0ba75 ;
84+ background-color : # 49bb93 ;
9085 color : white;
9186 padding : 15px ;
9287 margin-top : 20px ;
You can’t perform that action at this time.
0 commit comments