Open lbecerra99 opened 8 years ago
I think this is SCSS again?
#bio {
&:hover {
}
}
is the SCSS way of writing
#bio {}
#bio:hover {
background-image: url('ENTER OTHER PICTURE');
}
BTW, I'll have a simple outline for the presso up shortly.
i dont know how to write any other way to write css tbh. Plug this in. Look at the webpages and if I need to do something assign me an issue. Things to assign me: -if things arent spaced out -if you cant read text -if the text looks not so good -if anything looks unprofessional -ect ect
no problem,... I can turn it into CSS, just letting you know. 😀 I'll post you some issues right now.
What image do you want to swap in on hover? https://drive.google.com/drive/u/0/folders/0ByPgAcpo-J-uUkhlN0xCZGlwQ0E?tid=0ByPgAcpo-J-uLUJEMndnVFZhcFk
go from violin guy to accordion guy
will do with the image swap
thanks! Anything else on this issue?
not on this one I think
sweet
@lbecerra99—I have to step away for about an hour. If you have any more changes for me to put in, please make an issue for them, or drop a new comment on one of the old issues. Either way assign it to me.
I'll get your other changes plugged in when I get back.
Thanks for going above and beyond by working late on a Friday, BTW!!
@lbecerra99—actually, I'm going to hold out to see if we can get the image swap till I've seen @Delta-Duhr's changes to make sure changing to the image swap style won't break his content management system.
video{ padding: 1em; }
bio ID FOR BIO PICTURE {
&:hover { background-image: url('ENTER OTHER PICTURE'); } }