|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" dir="ltr"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>CSS Shapes</title> |
| 6 | + <link rel="stylesheet" href="shapes.css"> |
| 7 | + </head> |
| 8 | + <body> |
| 9 | + <main> |
| 10 | + <section class="header"> |
| 11 | + <a class="mehdi" href="https://unsplash.com/@mehdisepehri?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Mehdi Sepehri"> |
| 12 | + <span> |
| 13 | + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> |
| 14 | + <title>unsplash-logo</title> |
| 15 | + <path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path> |
| 16 | + </svg> |
| 17 | + </span> |
| 18 | + <span>Mehdi Sepehri</span> |
| 19 | + </a> |
| 20 | + </section> |
| 21 | + <section> |
| 22 | + <h1>Mountain Range</h1> |
| 23 | + <img class="circle" src="img/main.jpg" alt="Mountain"> |
| 24 | + <p> |
| 25 | + The shape-outside CSS property defines a shape—which may be non-rectangular—around which adjacent inline content should wrap. By default, inline content wraps around its margin box; shape-outside provides a way to customize this wrapping, making it possible to wrap text around complex objects rather than simple boxes. |
| 26 | + Sometimes a web page's text content appears to be funneling your attention towards a spot on the page to drive you to follow a particular link. Sometimes you don't notice. |
| 27 | + </p> |
| 28 | + <img class="fifty" src="img/main.jpg" alt="Mountain"> |
| 29 | + <p> |
| 30 | + The shape-outside CSS property defines a shape—which may be non-rectangular—around which adjacent inline content should wrap. By default, inline content wraps around its margin box; shape-outside provides a way to customize this wrapping, making it possible to wrap text around complex objects rather than simple boxes. |
| 31 | + Sometimes a web page's text content appears to be funneling your attention towards a spot on the page to drive you to follow a particular link. Sometimes you don't notice. |
| 32 | + </p> |
| 33 | + <p class="para"> |
| 34 | + This athletic young Frenchman belongs to a small set of Parisian sportsmen, who have taken up “ballooning” as a pastime. After having exhausted all the sensations that are to be found in ordinary sports, even those of “automobiling” at a breakneck speed, the members of the “Aéro Club” now seek in the air, where they indulge in all kinds of daring feats, the nerve-racking at a breakneck speed, the members of the “Aéro Club” now seek in the air, where they indulge in all kinds of daring feats, the nerve-racking excitement that they have ceased to find on earth. |
| 35 | + </p> |
| 36 | + <a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@borisworkshop?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Boris Smokrovic"><span><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewBox="0 0 32 32"><title>unsplash-logo</title><path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path></svg></span><span>Boris Smokrovic</span></a> |
| 37 | + </section> |
| 38 | + </main> |
| 39 | + </body> |
| 40 | +</html> |
0 commit comments