You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
File > New Project and select "Basic HTML-5" project
Open styles.css
Start Live Preview
Open a new tab and open "Chrome://Flags" and turn on "Web Platform Features"
Quit Chrome and Restart Live Preview.
In styles.css, edit the body style and add "shape-outside: circle();"
==> chrome refreshes
NOTE: I started with adding shape-inside: circle(20 20); then going back to brackets when it didn't work trying shape-outside: circle(20, 20);. Then Raymond informed me to just try circle(); and put the cursor in the parenthesis and it worked but drew 2 circles for some reason.
Will try to figure out the steps a little more closely
==> chrome refreshes
NOTE: I started with adding shape-inside: circle(20 20); then going back to brackets when it didn't work trying shape-outside: circle(20, 20);. Then Raymond informed me to just try circle(); and put the cursor in the parenthesis and it worked but drew 2 circles for some reason.
Will try to figure out the steps a little more closely