Skip to content

Commit ee3ccfa

Browse files
committed
styles code update
1 parent 118e25f commit ee3ccfa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

style.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ body {
99
flex-direction: column;
1010
}
1111
.title{
12-
color: #fefeff;
12+
color: black;
13+
background-color: #bb87fd;
14+
padding: 20px;
15+
margin: 20px;
16+
border-radius: 10px;
1317
}
1418

1519

0 commit comments

Comments
 (0)