Skip to content

Commit 9625d54

Browse files
committed
fix: fix more information style
1 parent 400dee5 commit 9625d54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

starter/02-HTML-Fundamentals/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
body {
1+
article {
22
border: 5px solid black;
33
font-family: sans-serif;
44
}
@@ -26,6 +26,10 @@ body {
2626
color: black;
2727
}
2828

29+
.more-info:hover {
30+
text-decoration: none;
31+
}
32+
2933
.product-details {
3034
text-transform: uppercase;
3135
font-size: 16px;

0 commit comments

Comments
 (0)