Skip to content

Commit bb8c532

Browse files
added .css to field set
1 parent 1543377 commit bb8c532

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

‎Form-Controls/index.html‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
<style>
1010
body {
1111
text-align: center;
12+
background-color: rgb(162, 139, 139);
13+
}
14+
15+
fieldset{
16+
border-radius: 10px;
17+
padding: 3px;
18+
max-width: 450px;
19+
margin: 0 auto 12px auto;
20+
box-sizing: border-box;
1221
}
1322

1423
input{

0 commit comments

Comments
 (0)