Skip to content

Commit 4c08293

Browse files
committed
update css styling
1 parent 1e10e5a commit 4c08293

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Sprint-3/quote-generator/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ body{
99
background-color: white;
1010
text-align: center;
1111
padding: 50px;
12-
margin: 50px;;
12+
margin: 50px;
13+
color: orange;
14+
font-size: larger;
15+
1316
}
1417
button{
1518
position: absolute;
1619
right: 120px;
20+
background-color: orange;
21+
color: white;
22+
border: orange;
23+
padding: 8px;
1724
}

0 commit comments

Comments
 (0)