Release Made this from scratch on my phone

iGArabZz

Member
Messages
79
Reaction score
81
Points
18
2lk8b6d.png


Scratched this up on my phone, I'm aware it's not the best looking, if I were on PC then it'll be so much better and mobile responsive. As well the code is messed up, needs cleaning, once I hop on PC, will fix it.

Code:
<HTML>
<head>

<style type="text/css">
#head {
background-color: #1d1d1d;
height: 30px;
Width: 330px;
Margin-left: -8px;
Margin-top: -8px;

}
#head button {
   background-color: #17A589;
   border-radius: 2px;
   border: 1px solid #17A589;
   height: 20px;
   width: 70px;
   margin-top: 4px;
   position: absolute;
   margin-left: 240px;
  

 }
#image { margin-left: -10px; }


body { background-color: #2d2d2d;
</style>
</head>
<body>
<div id="head">
<button>Register</button>
</div>
<div id="image">
<img src="http://orig04.deviantart.net/ca3a/f/2014/222/e/6/1_by_nakos-d7uje22.jpg" style="width: 325px;height:150px;" />
</div>
</body>

</HTML>
 

Harry

Certified Sick ℂunt
Premium Member
Messages
1,263
Reaction score
969
Points
973
No app! Just messing around with some HTML and CSS mate.



Will post daily updates, maybe make a change log!
"editor, browser, dual"... an obvious HTML building app...
 

Harry

Certified Sick ℂunt
Premium Member
Messages
1,263
Reaction score
969
Points
973
Well maybe you should of made that clear instead of posting a 2 word reply which could mean so many different things
Well, I can clearly see that you have coded it. So that leaves out using an app to actually build the site... I can see there is a few buttons up top with means you're using an IDE, so I am wondering what IDE it is.
If you can tell me what other 'many reasons' there are, please do (include logic please)
 
Top