Skip to content

Commit 56bbd5a

Browse files
Enhance styles for body and octocat image
Modified CSS tags and selectors
1 parent 1ad66d1 commit 56bbd5a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,18 @@ p {
1414
width: 400px;
1515
margin: 50px auto;
1616
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
17+
color: #333;
18+
line-height: 1.5;
19+
text-align: center;
20+
}
21+
22+
body {
23+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
24+
background-color: #f8f9fa;
25+
}
26+
27+
#octocat img {
28+
display: block;
29+
width: 100%;
30+
height: auto;
1731
}

0 commit comments

Comments
 (0)