Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling: Added CSS to form #14

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Styling: Added CSS to form #14

merged 1 commit into from
Jan 14, 2025

Conversation

natalialuzuriaga
Copy link
Contributor

Problem

Some custom CSS is needed to style the form

Solution

Created styles.css which contain CSS for entire form. Added margins to start off

Result

Form has margins. With a CSS file, we can add more styling.

Test Plan

  1. Start up a HTTP server using python: python3 -m http.server 8000
  2. Here is the form! Right click -> Inspect to open dev tools
  3. Fill out the form
  4. Click submit and downloads code.json. File contents should match what was submitted in the form!

or try it here after merged:
https://dsacms.github.io/codejson-generator

Signed-off-by: Natalia Luzuriaga <[email protected]>
@natalialuzuriaga
Copy link
Contributor Author

@sachin-panayil once this is merged, form is all good for user testing now!!

Copy link

@sachin-panayil sachin-panayil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@natalialuzuriaga natalialuzuriaga merged commit f453428 into main Jan 14, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants