« Web, HTML, Tech Forum

Can I code with my phone? Help

Posted by Flor666

posted

Forum: Web, HTML, Tech

Hi, I don have a computer nor ipad or table, just an Android phone,  I was watching some videos about how to code, at least just trying to change the background, but I don't know if is the way that I'm codding or what, I was following the tutorial but won't show

For example, the code that I'm using is the following (don't judge plz):

<style>

. profile}

background: url(https://i.gifer.com/vm.gif);

{

</style>

Also, I tried doing that on the app and shows but everytime that I save, it's like blank, like show the code but it's not showing that in the profile, here it's the Attachment




Report Topic

1 Reply

Reply by caneandtie

posted

<style>

.profile {

background: url(https://i.gifer.com/vm.gif);

}

</style>

the period goes right next to the object name with no space, and the brackets should be enclosing the code inside. other than that, this code is fine 8D


Permalink Report Reply