Kendy's profile picture

Published by

published

Category: Web, HTML, Tech

can somebody plz teach me how to make my profile work on other displays

i actually dont know what my profile looks like on other displays but from what ive seen from resizing my window it doesnt look too good ! how to make my myspace look awesome but also work on other displays that is not 1366x768 plz help . thank u


0 Kudos

Comments

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

Holly Neglett

Holly Neglett's profile picture
Pinned

its possible to define a different look for elements using

@media only screen and (max-device-width: 800px) {

}

and then inside of the brackets putting the styles that will only be applied when the width is under 800px (this is true for mobile phones)

you then have to use

@media only screen and (min-device-width: 801px)
{

}

to set the styles that will be used when the screen is bigger than that.

though styles that are not dependant on screen size like font size, colours, etc, don't have to inside these brackets

by changing the width to various values you can make sure that the theme looks approximately okay on most various devices


Report Comment



alright thank u so much !

by Kendy; ; Report

x.{finn}.x

x.{finn}.x's profile picture

oh my fuqing god your profile is so cool. it makes me feel very bad at coding haha


Report Comment



THANK U SO MUCH !!

by Kendy; ; Report