Conversion from UI design to website code

Status
This thread has been locked.

Safdar

Designer
Supreme
Feedback score
32
Posts
948
Reactions
377
Resources
0
I'm needing someone who can use a very simple UI mockup I made to make the website. It's just a background image, with a gradient overlay, and a header in the middle, with a button.

Wanting this to be free.
Discord: Agrolax#6971
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Safdar

Designer
Supreme
Feedback score
32
Posts
948
Reactions
377
Resources
0
Please show us the image. I may help you out for free depending on complexity.
Fs6pziY.jpg


will add this to the thread in a few hours. Also, it might be a bit ugly as I'm a beginner. The button is also too big.
 

Zylex_

Feedback score
4
Posts
53
Reactions
19
Resources
0
The image doesn't cover the whole screen, and the font shouldn't be bold, but I can fix those myself, however, could you fix the padding, and make it so the text at the nav isn't so huge on phones?

Anyways, thanks
Hello there,
Here is how to sort out the background.
Code:
body {
background: url('background.jpg') no-repeat center center fixed;
background-size: cover;
}
Thanks,
- Zylex[DOUBLEPOST=1528925390][/DOUBLEPOST]This would be placed in the "style.css" file located in the folder given to you.
 

Safdar

Designer
Supreme
Feedback score
32
Posts
948
Reactions
377
Resources
0
Hello there,
Here is how to sort out the background.
Code:
body {
background: url('background.jpg') no-repeat center center fixed;
background-size: cover;
}
Thanks,
- Zylex[DOUBLEPOST=1528925390][/DOUBLEPOST]This would be placed in the "style.css" file located in the folder given to you.
Yes, I am aware lol, I am a front-end web dev myself, who doesn't like coding at all.
 
Last edited:
Status
This thread has been locked.
Top