Step 11
Every painting needs a frame.
Wrap the .canvas
element in another div
. Give that div
the frame
class.
Every painting needs a frame.
Wrap the .canvas
element in another div
. Give that div
the frame
class.
We will most likely need to see your HTML in order to give you help.
To display your code in here you need to wrap it in triple back ticks. On a line by itself type three back ticks. Then on the first line below the three back ticks paste in your code. Then below your code on a new line type three more back ticks. The back tick on my keyboard is in the upper left just above the Tab key and below the Esc key. You may also be able to use Ctrl+e
to automatically give you the triple back ticks while you are typing in the this editor and the cursor is on a line by itself. Alternatively, with the cursor on a line by itself, you can use the </>
button above the editor to add the triple back ticks.
wrap <div class="canvas">
with <div class="frame">
as below
Mod Edit: SOLUTION REMOVED
Hey @varma33 I know you are new here so I’m going to go easy on you We don’t paste full code solutions in here. It is better to give advice and hints and allow people to find the answers on their own.