A Pen by Wahyu Irawan on CodePen.
๐
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 lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>To-Do List with Priority & Calendar</title> | |
<link rel="stylesheet" href="styles.css"> | |
</head> | |
<body> | |
<div class="todo-container"> |
A Pen by Wahyu Irawan on CodePen.
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
<h1>Downscaling an Image</h1> | |
<p>A downscaled image still looks sharp</p> | |
<h2>Intrinsic size</h2> | |
<img src="https://assets.codepen.io/11355/pansies-sm.jpg" alt="Several white and yellow pansy blooms."> | |
<h2>Half size</h2> | |
<img src="https://assets.codepen.io/11355/pansies-sm.jpg" alt="Several white and yellow pansy blooms. class="scaledown"> |
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 lang="en"> | |
<head> | |
<meta charset="UTF-8"/> | |
<meta name="viewport"content="width=device-width,initial-scale=1.0"/> | |
<title>Personal Portfolio Page</title> | |
<link rel="stylesheet"href="style.css"> | |
</head> | |
<body> | |
<main> |
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>The Monk Diamond</title> | |
</head> | |
<body> | |
<p>The Monk Diamond is a rare jewel.</p> | |
</body> | |
</html> | |
<body> |