diff --git a/projects/FrontendMentor/newbie/interactive-rating-component/css/style.css b/projects/FrontendMentor/newbie/interactive-rating-component/css/style.css new file mode 100644 index 0000000..a359411 --- /dev/null +++ b/projects/FrontendMentor/newbie/interactive-rating-component/css/style.css @@ -0,0 +1,30 @@ +/* + * Design sizes: + * Mobile: 375x667 (327x360) + * Desktop: 1440x800 (412x416) + */ + +*, +::before, +::after { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +:root { +} + +body { + min-height: 100vh; + font-family: "Overpass", sans-serif; + + /* margin: 0 auto; */ + display: grid; + place-content: center; +} + +@media screen and (min-width: 62.5rem) { + :root { + } +} diff --git a/projects/FrontendMentor/newbie/interactive-rating-component/index.html b/projects/FrontendMentor/newbie/interactive-rating-component/index.html index 604d1c1..5e6c9ae 100644 --- a/projects/FrontendMentor/newbie/interactive-rating-component/index.html +++ b/projects/FrontendMentor/newbie/interactive-rating-component/index.html @@ -1,49 +1,102 @@ + - + + - + + + + + + + + + + Frontend Mentor | Interactive rating component - + + - +
- How did we do? + +
+ - Please let us know how we did with your support request. All feedback is appreciated - to help us improve our offering! +

How did we do?

+

+ Please let us know how we did with your support request. All feedback is appreciated to help us improve our + offering! +

+
+
+ +
+ + - 1 2 3 4 5 + + - Submit + + - + + - + + +
+
+ +
+
+
+
+ - You selected out of 5 + +
+ +

+ You selected + out of 5 +

+

Thank you!

+

+ We appreciate you taking the time to give a rating. If you ever need more support, + don’t hesitate to get in touch! +

+
+ +
- Thank you! - We appreciate you taking the time to give a rating. If you ever need more support, - don’t hesitate to get in touch! - - - - -
- Challenge by Frontend Mentor. - Coded by Your Name Here. -
+ + \ No newline at end of file diff --git a/projects/FrontendMentor/newbie/interactive-rating-component/js/script.js b/projects/FrontendMentor/newbie/interactive-rating-component/js/script.js new file mode 100644 index 0000000..e69de29