Skip to content

Commit cac261e

Browse files
committed
format document using prettier
1 parent 45a1625 commit cac261e

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

Form-Controls/formexercise.css

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
body{
2-
line-height:2;
3-
font-size:18px;
4-
font-family:Arial, Helvetica,sans-serif;
5-
border: 1px solid black;
6-
text-align:center;
1+
body {
2+
line-height: 2;
3+
font-size: 18px;
4+
font-family: Arial, Helvetica, sans-serif;
5+
border: 1px solid black;
6+
text-align: center;
77
}
8-
button{
9-
width:100px;
10-
height:40px;
11-
background-color:white;
12-
text-align:center;
13-
color:black;
14-
font-size:20px;
15-
8+
button {
9+
width: 100px;
10+
height: 40px;
11+
background-color: white;
12+
text-align: center;
13+
color: black;
14+
font-size: 20px;
1615
}

0 commit comments

Comments
 (0)