0 added
0 removed
Original
2026-01-01
Modified
2026-03-09
1
<ul><li>index.html</li>
1
<ul><li>index.html</li>
2
<li>style.css</li>
2
<li>style.css</li>
3
</ul><p>HTML</p>
3
</ul><p>HTML</p>
4
<p><!DOCTYPE html> <html lang="en"> <head> <title>Frames and Triangles, Part 2</title> <meta charset="utf-8"> <link rel="stylesheet" href="setting.css"> <link rel="stylesheet" href="style.css"> </head> <body class="geometry"> <div class="arrow-bottom"></div> <div class="arrow-left"></div> </body> </html></p>
4
<p><!DOCTYPE html> <html lang="en"> <head> <title>Frames and Triangles, Part 2</title> <meta charset="utf-8"> <link rel="stylesheet" href="setting.css"> <link rel="stylesheet" href="style.css"> </head> <body class="geometry"> <div class="arrow-bottom"></div> <div class="arrow-left"></div> </body> </html></p>
5
<p>Thanks! We’ll fix everything at once!</p>
5
<p>Thanks! We’ll fix everything at once!</p>
6
<p>You’ve gone to a different page</p>
6
<p>You’ve gone to a different page</p>
7
<p>Click inside the mini-browser to shift the focus onto this window.</p>
7
<p>Click inside the mini-browser to shift the focus onto this window.</p>
8
<p>100%</p>
8
<p>100%</p>
9
<p>Change the frame of the .arrow-bottom block:</p>
9
<p>Change the frame of the .arrow-bottom block:</p>
10
<ol><li>set the color of the top side area to #0074d9,</li>
10
<ol><li>set the color of the top side area to #0074d9,</li>
11
<li>make the bottom border thickness 0,</li>
11
<li>make the bottom border thickness 0,</li>
12
<li>and set the color of the left and right borders to transparent.</li>
12
<li>and set the color of the left and right borders to transparent.</li>
13
</ol><ol><li>Create a triangular arrow pointing to the left from the .arrow-left block.</li>
13
</ol><ol><li>Create a triangular arrow pointing to the left from the .arrow-left block.</li>
14
</ol>
14
</ol>