Skip to content

Commit 9d4ea1c

Browse files
committed
Update title in HTML and added hover effect for the new quote button
1 parent a655e9a commit 9d4ea1c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Sprint-3/quote-generator/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="./style.css" />
7-
<title>Title here</title>
7+
<title>Quote Generator</title>
88

99
<script defer src="quotes.js"></script>
1010
</head>

Sprint-3/quote-generator/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ div {
2828
padding: 16px 10px;
2929
border-radius: 10px;
3030
}
31+
32+
#new-quote:hover {
33+
color: red;
34+
}

0 commit comments

Comments
 (0)