Skip to content

Commit 7737aa9

Browse files
committed
style body and button for the index.html
1 parent ef3c302 commit 7737aa9

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Form-Controls/formexercise.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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;
7+
}
8+
button{
9+
width:100px;
10+
height:40px;
11+
background-color:white;
12+
text-align:center;
13+
color:black;
14+
font-size:20px;
15+
16+
}
17+
/*
18+
#name{
19+
font-size:20px;
20+
font-family:Arial, sans-serif;
21+
}
22+
#email{
23+
font-size:20px;
24+
font-family:Arial, sans-serif;
25+
}
26+
*/

0 commit comments

Comments
 (0)