« Back to the myspace Forum

Whats your favourite lines of code to use?

Posted by Jo ⚧

posted
updated

Forum: myspace Group

In other words because I don't think the way I've typed it makes sense: is there certain graphics or codes that you like to use in layouts? whether you make numerous layouts for fun, or your past layouts. 


I'll give an example:
I like to use this code (.container {width: 1000px height: 100px;}) to widen my page a smidge more. Though all times I use it, I don't go all the way because I have some sort of background image. 

So, whats yours?


Report Topic

2 Replies

Sort Replies:

Reply by N4TH4N43L XP

posted

The code I use most for my profile is: 

main:before {

 width: auto; height: 250px;

 display: block;content: ""; 

 background-color:#1D4ED7;

 background-image:url(spacehey.jpg); 

 background-repeat: repeat;

 background-position: center center;

 background-size: 300px;

 border-style:solid; 

 border-width:3.3px; 

 border-color:#000000; 

}

This code is used to add a banner. It's one of the ones I use the most


Permalink Report Reply

Reply by Jo ⚧

posted

oh wow, I checked it out on the spacehey layout editor and it looks great! Banners aren't something I usually take consideration in so they end up too narrow or off.
great work!


Permalink Report Reply