Roman's profile picture

Published by

published

Category: Web, HTML, Tech

some of the codes i know in one place...for me and for you!!!!! (part one)

All these codes go into the about me in-between style tags since we are using css!

//changes the main background of page, doesn't have to be an image you can remove the image part of the code and make it a color!://


body, .bodyContent {

background: url(URL GOES HERE);

background-repeat: no-repeat;

background-size: cover;

background-attachment:fixed;

}



//changes the background of the center of the page to an image//

main {url(URL GOES HERE) }

//or for a color//

Main {background-color:HEX CODE HERE}

//changes name color//

Main h1 {color:HEX CODE HERE}

//changes the header part with the logo inside!//

.top {background-color:HEX CODE HERE !important;}

//changes the link section's background//

.links {background-color:HEX CODE HERE !important;}

//changes colors of links in link section//

.link a {color:HEX CODE HERE}

//the blurbs headings color//

.blurbs .heading {background-color:HEX CODE HERE}

//blurbs headings text//

.blurbs .heading {color:HEX CODE HERE}

//WILL ADD MORE CODES NEXT UPDATE IT'S JUST HARD TO MAKE THIS BECAUSE I'M TIRED BUT I WANT TO HELP FEEL FREE TO ASK FOR CODES!!!//


2 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )