Skip to content

Commit 5f3a088

Browse files
Create styles.css
1 parent c43fad9 commit 5f3a088

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: color changer mini app#1115/styles.css

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
body {
2+
font-family: 'Arial', sans-serif;
3+
text-align: center;
4+
}
5+
6+
#colorChangerApp {
7+
margin: 50px;
8+
}
9+
10+
button {
11+
padding: 10px;
12+
margin-top: 10px;
13+
cursor: pointer;
14+
}
15+

0 commit comments

Comments
 (0)