We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0896b commit fb255f3Copy full SHA for fb255f3
Quote Generator/script.js
@@ -6,7 +6,7 @@ const author = document.getElementById('author');
6
7
const randomNo = ()=>{
8
let randNum = Math.floor(Math.random() *1680);
9
- console.log(randNum);
+ // console.log(randNum);
10
quoteData = jsonData[randNum];
11
quotes.innerText = `${quoteData.text}`;
12
// author.innerText = `${quoteData.author}`;
Quote Generator/ss.png
577 KB
Quote Generator/style.css
@@ -32,7 +32,7 @@ h1 {
32
33
.container{
34
width: 65%;
35
- height: 400px;
+ height: 450px;
36
border: 1px solid red;
37
/* background-color: #30373b; */
38
border-radius: 10px;
0 commit comments