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>Creating a Round Arrow with a Frame, 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-round"></div> </body> </html></p>
4
<p><!DOCTYPE html> <html lang="en"> <head> <title>Creating a Round Arrow with a Frame, 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-round"></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>For the .arrow-round::after pseudo-element:</p>
9
<p>For the .arrow-round::after pseudo-element:</p>
10
<ol><li>Set a solid frame that is 100px thick, has the color #ffffff, and assign the color #0074d9 to the bottom border of the frame.</li>
10
<ol><li>Set a solid frame that is 100px thick, has the color #ffffff, and assign the color #0074d9 to the bottom border of the frame.</li>
11
<li>Assign the coordinates top: -45px and left: 130px.</li>
11
<li>Assign the coordinates top: -45px and left: 130px.</li>
12
<li>Set a zero thickness for the right and top borders of the frame,</li>
12
<li>Set a zero thickness for the right and top borders of the frame,</li>
13
<li>and make the left border of the frame transparent.</li>
13
<li>and make the left border of the frame transparent.</li>
14
</ol>
14
</ol>