Skip to content

Commit fb255f3

Browse files
committed
added styles
1 parent 1b0896b commit fb255f3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Quote Generator/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const author = document.getElementById('author');
66

77
const randomNo = ()=>{
88
let randNum = Math.floor(Math.random() *1680);
9-
console.log(randNum);
9+
// console.log(randNum);
1010
quoteData = jsonData[randNum];
1111
quotes.innerText = `${quoteData.text}`;
1212
// author.innerText = `${quoteData.author}`;

Quote Generator/ss.png

577 KB
Loading

Quote Generator/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ h1 {
3232

3333
.container{
3434
width: 65%;
35-
height: 400px;
35+
height: 450px;
3636
border: 1px solid red;
3737
/* background-color: #30373b; */
3838
border-radius: 10px;

0 commit comments

Comments
 (0)