No need to follow a strict demo script. index.html
and styles.css
are commented inline with instructions.
Upload play_final.psd
in this folder to your CC account, or use the version of this PSD in a shared FOWD
folder that I'll invite you to.
Be sure to delete /images
to start with a clean demo.
Open live preview on index.html
In no particular order:
-
index.html
- PLAY logo
- Select the "PLAY" logo in the top left and extract as an image
- Type
<img
then hint forsrc
.
h1
header- Select the "INSPIRE. CREATE. PLAY." header text
- Set cursor in
h1
- CTRL+Space to show text code hints
- Insert text
- Inline editor
- Open an inline editor on line 17 on
stereo
(make sure you editstyles.css
and notstyles-FINAL.css
- Select the 2 layers for the stereo graphic
- Use code hints to extract
background: url(...)
- Rename file using an
.svg
extension - Verify SVG contents
- Open an inline editor on line 17 on
- PLAY logo
-
styles.css
.header
image- Select the hero image
- Use code hints to extract
background: url(...)
.header h1
- Select the "INSPIRE. CREATE. PLAY." header text
- SHIFT+select the hero image to show measurements
- In the heads up display, switch from
PX
to%
- Copy the percent value to use as
top:
instruments a
- Select any 2 of the instrument circle graphics
- Copy the horizontal distance to use as
margin-right