michalstocki / michalstocki/simple-image-processor
Stylowanie pola do wprowadzania adresu obrazka
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Napisz odpowiedni kod CSS w styles/main.css aby uzyskać odpowiedni wygląd
- pola tekstowego do wprowadzania adresu obrazka (
<input type="text" />), - przycisku "OK"
z godny z tym co przedstawiono na zrzucie ekranu. Aby poprawnie wykonać zadanie, należy także dodać odpowiednie elementy HTML w pliku index.html.

Użyte kolory:
- input field background:
#B3B3B3, - "OK" button background:
#E6E6E6, - gray text color:
#999999
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with index.html and styles/main.css, using the linked screenshot as the visual reference. Add the input and “OK” button elements in index.html, then style them in styles/main.css with the specified backgrounds and gray text color. Done means the page matches the screenshot’s input and button appearance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html
- Domain
- design, frontend, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100