There was an error while loading. Please reload this page.
1 parent 45a1625 commit cac261eCopy full SHA for cac261e
1 file changed
Form-Controls/formexercise.css
@@ -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;
+body {
+ line-height: 2;
+ font-size: 18px;
+ font-family: Arial, Helvetica, sans-serif;
+ border: 1px solid black;
+ text-align: center;
7
}
8
-button{
9
- width:100px;
10
- height:40px;
11
- background-color:white;
12
13
- color:black;
14
- font-size:20px;
15
-
+button {
+ width: 100px;
+ height: 40px;
+ background-color: white;
+ color: black;
+ font-size: 20px;
16
0 commit comments