Skip to content

Commit 6064caa

Browse files
committed
Moved changes to correct branch
1 parent 1382f1e commit 6064caa

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<link rel="stylesheet" href="main.css">
1010
<link rel="preconnect" href="https://fonts.googleapis.com">
1111
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
12-
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
12+
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"
13+
rel="stylesheet">
1314
<link href="https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap" rel="stylesheet">
1415
</head>
1516
<body>

Form-Controls/main.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ body{
1717
color:#fff;
1818
line-height: 1.6;
1919
}
20-
form{
21-
width: 50%;
22-
background: #780000;
23-
padding:45px;
24-
margin: 100px auto;
25-
border: 2px solid #9a031e;
26-
border-radius:5px
27-
}
20+
form{
21+
width: 50%;
22+
background: #780000;
23+
padding:45px;
24+
margin: 100px auto;
25+
border: 2px solid #9a031e;
26+
border-radius:5px
27+
}
2828
.form-group{
2929
margin-bottom:10px;
3030
}

0 commit comments

Comments
 (0)