Skip to content

Commit 7cf1c6d

Browse files
committed
Update index.html
updated the button css style fixed the colour selector css
1 parent b54317a commit 7cf1c6d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@
2222
padding: 15px;
2323
margin-bottom: 10px;
2424
}
25+
button{
26+
border-radius: 5px;
27+
margin: 15px;
28+
padding: 5px;
29+
}
30+
.colour{
31+
display: flex;
32+
flex-direction: row;
33+
}
34+
footer{
35+
text-align: center;
36+
font-size: small;
37+
}
2538
</style>
2639
</head>
2740
<body>

0 commit comments

Comments
 (0)