Mac steps
- Open TextEdit.
- Choose Format -> Make Plain Text.
- Paste your code from Gemini.
- Save to Desktop as
my-page.html. - Double-click the file to open it in your browser.
This is your main customization workflow: save your file, use DevTools, check accessibility, complete challenges, then use extra resources for polish.
Want to see a full sample first? Open the Example page.
Open Coolors and choose one palette you like. Copy the hex codes, then paste them into Gemini and say: "make this my color palette".
Browse Google Fonts and pick a heading font and a body font for your page.
Look through UIverse and pick one card or component idea you want to adapt.
If you finish early, browse SVG Repo, pick an icon from a library you like, copy the SVG code, and ask Gemini to add it to a heading, button, list or card.
We are using DevTools in the Chrome browser. First, copy your Gemini code into a text editor and save it to your Desktop as an HTML file.
my-page.html.my-page.html (set Save as
type to All Files if needed).
This file is local on your computer only. It is not a public website unless you publish it online.
Use Chrome browser for these DevTools steps.
Mac: Cmd + Option + I PC: Ctrl + Shift + I
Select element: click this, then click a part of the page to find its name/class.
Toggle device toolbar: preview how the page looks on phone/tablet widths.