Skip to content

Commit

Permalink
Merge pull request #3477 from H0neyB4dger/master
Browse files Browse the repository at this point in the history
Hello from KCHR, Russia
  • Loading branch information
w3schools-test authored Oct 25, 2024
2 parents 3b9e53a + cefa0bf commit f555b47
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13454,6 +13454,47 @@ <h3>Hello World from Adam!</h3>
<h1> Greetings from Cambodia!</h1>
<p> Thank you <strong>W3Schools</strong> for your amazing Tutorials!</p>
<!-- End message from Igor-->

<!-- Message from Ilyas -->
<div style="
position: relative;
height: 300px;
background-image:
linear-gradient(#0090CF 100px, #00702F 100px 200px, #E11F11 200px 300px);
">
<svg style="
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
width: 100px;
height: 100px;
background-repeat: no-repeat;
background-position: 0 0;
background-size: 100px 100px;
" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sun" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="50%" stop-color="#FDB002" />
<stop offset="100%" stop-color="#fff0" />
</radialGradient>
</defs>
<circle r="30px" cx="50" cy="50" fill="url(#sun)" />
<path d="M4 65 A50 50 0 0 0 99 59 Z" style="fill: #00702F;" />
<path d="M5 65 Q35 38 50 50 Q65 35 97 60" style="fill: #00702F; stroke: #fff; stroke-width: 8;" />
<circle r="48" cx="50" cy="50" fill="transparent" stroke="#FDB002" stroke-width="4px" />
</svg>
<h1 style="
color: #fff;
position: absolute;
width: 100%;
bottom: 0%;
left: 50%;
translate: -50% -50%;
text-align: center;
">Привет из Карачаево-Черкессии</h1>
</div>
<!-- End of message from Ilyas -->
<p>سلاو لو خواتانه بو سایتان :*</p>
<!-- End user messages -->
</div>
Expand Down

0 comments on commit f555b47

Please sign in to comment.