@ConnerOw1115 Wrap your text with spoiler tags, like this: [spoiler]This will be blurred[/spoiler]
@shwetapatel3591 Using that would be pretty complicated, putting style and script tags in your post. You can also select your text and click the gear, and click āBlur Spoilerā. That will wrap the text in the spoiler tags. Also, just opacity wouldnāt do it. You would mainly need filter: blur(1px or 2px)
. Hereās a pen I made trying to reproduce it: https://codepen.io/phpdude/pen/PvLWLz
Noticed some issues (atleast from my sideā¦)
1: āRestaurant-Survey Formā block is with different colors (black/light yellow).
(even background image donāt have such palette)
2: If i check website on computer, text string is very wide⦠Thatās reason i donāt like how last word ācommentsā is on separate line.
3: I think you should add dotted line or more space between zonesā¦
- Info about client
- Info about restaurant
- More information
4: You set email required, but if im 70 old and i donāt have such thingā¦
5: Fill form is huge, but radio and checkbox so tiny, i canāt even see what i selectedā¦
6: Maybe not so huge issue, but email,name,age inputs centered, but not dropdown and radio selections
7: Textarea is very close too āOtherā ⦠So maybe i need to fill that after i select āOtherā?
8: Textarea should be with min-height
9: Button hover color looks strange
I can help if needed
For a color picker, Google for ācolor pickerā and Google will give you its own.
You can make radio and check boxes bigger, with transform: scale(1.5 or whatever scaling point);
thatās almost the only one you can use to customize those things
@shwetapatel3591 Hereās a fork I made with all the suggestions applied (except not the email required one, because in the tests it says the email needs to be required), and I also improved your setup so that if you want to change your main text color or background color, you can just change the CSS variables at the top: https://codepen.io/phpdude/pen/WBqbwx
Feel free to adjust the colors around
Good job, does good on small screens too.
Hi Shweta, your project only deals with āRestaurant Surveyā.
The project that Iām building will deal with āevery business needā and for āevery type of businessā, too much and too sensitive to mention publicly.
Would you or any other members like to join my project?
OK, would you like to give me your email address? Or you could email me at david dot wildermoth at yandex dot com
Your form looks good to me. I wouldnāt use a cursive font because they are hard to read for a lot of people. If you have to use a cursive font, try to find one that is a little more spaced-out (kerned). Just a thought.