Skip to content

Commit b4cd0b3

Browse files
committed
CC's
1 parent 4a6a9b0 commit b4cd0b3

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css/style.css

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ input {
5353
background-color: var(--name-color);
5454
color: var(--main-bg);
5555
transition: all 0.6s;
56-
5756
}
5857
select {
5958
margin: 1rem;
@@ -86,7 +85,7 @@ select {
8685
color: var(--name-color);
8786
transition: all 0.5s;
8887
}
89-
label{
88+
label {
9089
color: var(--name-color);
9190
transition: all 0.5s;
9291
}
@@ -111,11 +110,11 @@ label{
111110
right: 10px;
112111
top: 10px;
113112
}
114-
input{
113+
input {
115114
border-radius: 8px;
116115
}
117-
.container{
118-
display: flex;
119-
justify-content: center;
120-
flex-wrap: wrap;
116+
.container {
117+
display: flex;
118+
justify-content: center;
119+
flex-wrap: wrap;
121120
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
45
<meta charset="UTF-8">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">

0 commit comments

Comments
 (0)