Just wanted some feedback on my project. I like it allot, but I wanted to see how I can make this form look better.
Hello the page is good looking!
The mobile version is not responsive, so I guess you haven’t worked on it.
There’s much padding on the left and right related to the content that is in the center.
The background-img is repeating itself.
Building my survey form I used this code to get it better.
background-size: cover;
display: fixed;
width: 100%;
height: 100%;
You can also give some padding at top and bottom of the form.
You can use the debugg mode to see how it could behave in different devices, That’s what I try to do.
LOOK ON DESTOKP
Hope this can help you! The style is really cool I like it, but those I consideres can be things you can get better!
Thank you man. I was really focusing on the style of this project. Now I can focus on the small 10% on improving the project.
I’m going to work on making this site mobile site. I’ll probably try to make my last project mobile as well. However I do have some questions.
“There’s much padding on the left and right related to the content that is in the center.”
Is that a bad thing?
“The background-img is repeating itself.”
I was looking up how to make it one image. I guess I wouldn’t need to repeat the image and expand the width and height. Right?
“Building my survey form I used this code to get it better.
background-size: cover;
display: fixed;
width: 100%;
height: 100%;
[/quote]”
Is this code above for the forum or the image? I’m not quite sure what you gave me.
Hi! Sorry I gave poor answers. What I meant was essencially about the style, It’s not concretely a bad thing the padding but It does not look well!
The code I put to you help me to not repeat the background Img, If that’s of course what you want.
I also put the img so you could see the space that exists on the right and left of the form!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.