Skip to content

Commit 626217a

Browse files
author
lintsang
committed
Enhance code cleanliness by adding breathing line and removing unnecessary line
1 parent a226c31 commit 626217a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Form-Controls/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ h1{
22
font-family: 'Times New Roman', Times, serif;
33
font-size: 1.5rem;
44
}
5+
56
fieldset{
67
background-color: #becce2;
78
border: 2px solid #c0cde0;
@@ -20,14 +21,14 @@ legend{
2021
padding: 1em 2em;
2122
border: solid 1px #becce2;
2223
border-radius: 0.3em;
23-
24-
2524
}
25+
2626
fieldset > div{
2727
padding: 0.5em 3em;
2828
display: grid;
2929
grid-template-columns: 2fr 4fr;
3030
}
31+
3132
input, select, button{
3233
border: solid 1px #becce2;
3334
padding: 4px;

0 commit comments

Comments
 (0)