jayseeg / brownFox

The quick brown fox jumps over the lazy dog.
0 stars 0 forks source link

CSS STUFF #64

Open lbecerra99 opened 8 years ago

lbecerra99 commented 8 years ago

video{ padding: 1em; }

bio ID FOR BIO PICTURE {

&:hover { background-image: url('ENTER OTHER PICTURE'); } }

jayseeg commented 8 years ago

I think this is SCSS again?

jayseeg commented 8 years ago
#bio {
  &:hover {
  }
}

is the SCSS way of writing

#bio {}
#bio:hover {
  background-image: url('ENTER OTHER PICTURE');
}
jayseeg commented 8 years ago

BTW, I'll have a simple outline for the presso up shortly.

lbecerra99 commented 8 years ago

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

jayseeg commented 8 years ago

no problem,... I can turn it into CSS, just letting you know. 😀 I'll post you some issues right now.

jayseeg commented 8 years ago

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

lbecerra99 commented 8 years ago

go from violin guy to accordion guy

jayseeg commented 8 years ago

will do with the image swap

lbecerra99 commented 8 years ago

thanks! Anything else on this issue?

jayseeg commented 8 years ago

not on this one I think

lbecerra99 commented 8 years ago

sweet

jayseeg commented 8 years ago

@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!!

jayseeg commented 8 years ago

@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.