Skip to content

Commit 06eea25

Browse files
Merge pull request #1 from vaishali614/master
Change in color of calculator
2 parents 5203a4c + 77d13a0 commit 06eea25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ html {
2323
margin: 100px auto;
2424
padding: 20px 20px 9PX;
2525

26-
background: #9dd2ea;
27-
background: linear-gradient(#9dd2ea, #8bceec);
26+
background: #0b8fcc;
27+
background: linear-gradient(#0757ce, #8bceec);
2828
border-radius: 3px;
2929
/* Using box shadows to create 3D effects */
3030
box-shadow: 0px 4px #009de4, 0px 10px 15px rgba(0,0,0,0.2);
@@ -136,4 +136,4 @@ html {
136136
.keys span:active {
137137
box-shadow: 0px 0px #6b54d3;
138138
top: 4px;
139-
}
139+
}

0 commit comments

Comments
 (0)