This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Position</title> | |
</head> | |
<body> | |
<div id="sticky-menu">Make this Sticky!</div> | |
Put the cherry on top using position! | |
<div class='full-sundae'> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Position</title> | |
</head> | |
<body> | |
<div class='full-sundae'> | |
<div id="top-cherry" class='cherry'></div> | |
<div class='whipped-cream'></div> | |
<div class='ice-cream-scoop'></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>My Halloween Costume!</title> | |
</head> | |
<body> | |
<h1>My Halloween Costume!</h1> | |
<p> | |
This halloween I will be a triplet. I got this idea when walking in the downtown of <a href="https://www.google.com/maps/search/vestido+infantiles+Lisbon,+Portugal/@38.7106419,-9.1367676,3a,75y,108.35h,89.01t/data=!3m7!1e1!3m5!1sj_NH_qAJEwG0gDpcFRuQ3g!2e0!6s%2F%2Fgeo0.ggpht.com%2Fcbk%3Fpanoid%3Dj_NH_qAJEwG0gDpcFRuQ3g%26output%3Dthumbnail%26cb_client%3Dmaps_sv.tactile.gps%26thumb%3D2%26w%3D203%26h%3D100%26yaw%3D82.60751%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656">Lisbon</a> where many of the shops specialize in dresses for confirmation, the dresses are cute and small, I would never ift in one of them, but I might in three if I wear one on each leg! | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>My Halloween Costume!</title> | |
</head> | |
<body> | |
<h1>My Halloween Costume!</h1> | |
<p> | |
This halloween I will be a triplet. I got this idea when walking in the downtown of <a href="https://www.google.com/maps/search/vestido+infantiles+Lisbon,+Portugal/@38.7106419,-9.1367676,3a,75y,108.35h,89.01t/data=!3m7!1e1!3m5!1sj_NH_qAJEwG0gDpcFRuQ3g!2e0!6s%2F%2Fgeo0.ggpht.com%2Fcbk%3Fpanoid%3Dj_NH_qAJEwG0gDpcFRuQ3g%26output%3Dthumbnail%26cb_client%3Dmaps_sv.tactile.gps%26thumb%3D2%26w%3D203%26h%3D100%26yaw%3D82.60751%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656">Lisbon</a> where many of the shops specialize in dresses for confirmation, the dresses are cute and small, I would never ift in one of them, but I might in three if I wear one on each leg! | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>My Halloween Costume!</title> | |
</head> | |
<body> | |
<h1>My Halloween Costume!</h1> | |
<p> | |
This halloween I will be a triplet. I got this idea when walking in the downtown of lisbon where many of the shops specialize in dresses for confirmation, the dresses are cute and small, I would never ift in one of them, but I might in three if I wear one on each leg! | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Styling divs</title> | |
</head> | |
<body> | |
<h2>Creating sections with divs</h2> | |
<p>Make this a black page, with white text.</p> | |
<p>The text of the page is "Impact, Charcoal, sans-serif" font-family</p> | |
<hr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>No Name</title> | |
</head> | |
<body> | |
<h2>Creating sections with divs</h2> | |
<p>Make this a black page, with white text.</p> | |
<p>The text of the page is "Impact, Charcoal, sans-serif" font-family</p> | |
<hr> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Movies and Shows</title> | |
</head> | |
<body> | |
<h1>Best Movies and TV Shows Ever!</h1> | |
<ol> | |
<li>Finding Dory</li> | |
<li>Game of Thrones</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Gina</title> | |
</head> | |
<body> | |
<h1>Gina</h1> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>Louise's Web Site</title> | |
</head> | |
<body> | |
<h1>Welcome to Louise's web site!</h1> | |
<p><img src="http://dev.robkovacs.com/louise.jpg"/></p> |