@KeldaneSubmitted over 3 years ago
I'm not sure, it's the best way for buttons.
I'm not sure, it's the best way for buttons.
Hey try this for a pointer cursor effect
.btn { cursor: pointer;
}
Hey everyone, thanks for taking the time to check this out. Any feedback would be appreciated.
Is there a more efficient way to code the font-color of the buttons on the active state?
Cheers.
Target the div and give it a border-radius in the stylesheet. It will round off the corners.
.container { border-radius: 10px; }
w/ help from Thomas Sankara https://www.youtube.com/watch?v=2tlbKm8_4mg&t=2419s
I found out why my image wasn't loading
My images are kept in a seperate folder so to target a different folder i used the wrong syntax
my mistake was (//img/
Solution is (../img/