fixing the footer
This commit is contained in:
parent
5099da2fe8
commit
9a57cc77a5
@ -43,7 +43,8 @@ $(document).ready(function() {
|
|||||||
head.style.color = 'black';
|
head.style.color = 'black';
|
||||||
|
|
||||||
const foot = document.querySelector('.footer');
|
const foot = document.querySelector('.footer');
|
||||||
foot.style.backgroundColor = '#ddd';
|
foot.style.backgroundColor = '#32b3bb';
|
||||||
|
foot.style.color = '#fff';
|
||||||
const gitBtn = document.querySelector('.source-btn');
|
const gitBtn = document.querySelector('.source-btn');
|
||||||
gitBtn.style.backgroundColor = '#333333';
|
gitBtn.style.backgroundColor = '#333333';
|
||||||
const buttons = document.querySelectorAll('button');
|
const buttons = document.querySelectorAll('button');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user