⭐️ 1st Journal Entry! Learned how to create divs:
example: < div id='BAM'> and # BAM
⭐️ 2nd Journal Entry! We made our first project with hover and animations ... also put our websites on github
⭐️ 3rd Journal Entry! We learned how to use fonts and what websites to use to export the fonts onto coding, question: which sections do fonts go in?
⭐️ 4th Journal Entry! How to push:
g
git commit -m "adding"
git push
randomness:
let x = 100+Math.random()*number+"px"
let y = 100+Math.random()*number+"px"
for random number
⭐️5th Journal Entry! If Else:
let blank = true
stuff.addEventListener("click" function(){
if (blank == true){
blank.style.backgroundColor="color"
blank = false
} else if (blank == false)
}
}