« Web, HTML, Tech Forum

How do i create my own layout?

And also how do i add music to my page?


Report Topic

3 Replies

Sort Replies:

Reply by KᖇIᔕTIᑎᗩ🖤

posted

I used the layout premade on the layout forum then I had to read the entire code and make edits in the code like where it says background image i changed the url to make my own background. it seems complicated but it is easy. for music i use this site

http://youtubeembedcode.com/en/

i get the youtube url to the song i want and then paste it in the url box on the that website and select auto play and it allows the video to play with out having some one click play on the video.


Permalink Report Reply

Reply by Marc aka Trogy

posted

So for your own layout your gonna need to know which CSS class you want to change and what attributes you want to change. I'd recommend starting with some basics on CSS then take a look at your spacehey profile with inspect element you should be able to find class="" with the sections class name in the quotes you can use this in a <style> tag in your about section.


Here are some resources to get you started:

Mozilla Developer:
 
W3 Schools:


Permalink Report Reply