Skip to content

Commit 301df47

Browse files
committed
update css file
1 parent 5c4e84d commit 301df47

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

Loan Calculator/style.css

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
body{
1+
body {
22
background-color: pink;
3-
}
4-
5-
.container{
3+
}
4+
5+
.container {
66
width: 400px;
77
height: 450px;
88
background-color: #ff4a7a;
@@ -13,30 +13,32 @@ body{
1313
color: white;
1414
padding: 20px 0 0 100px;
1515
border-radius: 50px;
16-
}
17-
18-
h3{
16+
}
17+
18+
h3 {
1919
font-size: 35px;
20-
}
21-
22-
input{
20+
}
21+
22+
input {
2323
width: 80%;
2424
padding: 8px;
2525
border: none;
2626
margin-top: 10px;
27-
}
28-
29-
input:focus{
27+
}
28+
29+
input:focus {
3030
outline: none;
31-
}
32-
33-
h2{
31+
}
32+
33+
h2 {
3434
margin-top: 30px;
35-
}
35+
}
36+
37+
@media screen and (max-width: 360px) {
38+
.container {
39+
border-radius: 0;
40+
top: 37%;
41+
}
42+
}
3643

37-
@media screen and (max-width:360px){
38-
.container{
39-
border-radius: 0;
40-
top: 37%;
41-
}
42-
}
44+

0 commit comments

Comments
 (0)