Objective
This task aims to customize the changing story text size dialogue box design by adding some customization property to it without impacting other dialogue boxes.
Design
To achieve this design, make the following changes in css.
Change dialoge box width
- Change dialouge box width from 50% to 75%.
Change for "Text size" title.
- Reduce "Text size" size from 24 px to 16 px.
- Change margin values to margin: 16px 0 0 16px;
- Set font-weight to 700;
- Change it's color from #000 to #202122.
Changes for "Radio buttons"
- Change their width and height to 24px.
- Set margin-left & margin-bottom to 16 px.
- Align button labels in center with radio buttons.







