Skip to content

Commit c5c43b5

Browse files
committed
centralized sub titles
1 parent 8a70e00 commit c5c43b5

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

Form-Controls/results.html

Whitespace-only changes.

Form-Controls/style.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
h1{
2+
color: #333;
3+
font-family: Arial, sans-serif;
4+
text-align: center;
5+
margin-top: 20px;
6+
}
7+
8+
div{
9+
column-gap: 15px;
10+
display: flex;
11+
}
12+
label{
13+
font-size: 16px;
14+
color: #333;
15+
margin-bottom: 5px;
16+
font-family: Arial, sans-serif;
17+
}
18+
input[type="text"],
19+
input[type="email"]{
20+
width: 100%;
21+
padding: 8px;
22+
border: 1px solid #ccc;
23+
border-radius: 4px;
24+
box-sizing: border-box;
25+
}

0 commit comments

Comments
 (0)