.featured--content>.featured--headline>h1:hover {
border: 5px solid #FFF;
background: rgba(255, 255, 255, 0.6);
}
I know, I haven't put the picture yet.Your index is looking pretty darn nice ngl but I don't know if your noticed yet but there is a broken image on your index right below where it says "MY NAME IS CRIESVAL DAVIS"
They're all static links; I haven't finished the website yet. I'm still trying to decide if I should make it one page or not.None of your navigation buttons work for me.
And remove the 'AND A DAMN GOOD ONE' text.
Any suggestions on the fade in and a good font? I tried to find a suitable font but nothing appealed to me.Change the font on the primary header, and add a nice fade in hover to menu links.
Thanks for the suggestion. I just applied it and that does look amazing.its asthetically Beautiful, But what you should do is in the div that says I AM A WEB DEVELOPER on hover you should make it go white
Code:.featured--content>.featured--headline>h1:hover { border: 5px solid #FFF; background: rgba(255, 255, 255, 0.6); }
I know, I haven't put the picture yet.
They're all static links; I haven't finished the website yet. I'm still trying to decide if I should make it one page or not.
Any suggestions on the fade in and a good font? I tried to find a suitable font but nothing appealed to me.
Thanks for the suggestion. I just applied it and that does look amazing.
-webkit-transition: 1s;
-moz-transition: 1s;
-o-transition: 1s;
transition: 1s;
Plan on doing that afterwards, thanks for reminding me thoughI just saw that you applied it, Smart thinking on the transition Make sure you make it cross browser tho..
Code:-webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s;