Skip to content

Instantly share code, notes, and snippets.

@joliz
joliz / README.md
Last active November 15, 2017 18:32
Exported from Popcode. Click to import: https://popcode.org/?gist=625332ea165a4d9fdf29f1e1cb638cd2

Make this poem look nice without changing the HTML.

Hint: Use Google to find out how to use the CSS properties for

  • text-shadow
  • font-weight
  • background-repeat
  • background-position
  • background-size
  • background-attachment
<!DOCTYPE html>
<html>
<head>
<title>HireMe! Barack Obama</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
</head>
<body>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/220px-President_Barack_Obama.jpg">
<h1>Barack Obama</h1>
<p>Former President of the United States.</p>
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1> Attention: Program Managers </h1>
<p> The great villian Ultron has stolen the ScriptEd curriculum and is holiding all our volunteers hostage. He sees diversity in the technology industry as a threat to all his evil plans. You must use a For Loop and an array to assemble the Avengers and put an end to his evil plan.</p>
<button> Assemble Avengers</button>
<img src="https://www.sideshowtoy.com/wp-content/uploads/2015/02/902343-product-silo.png">
<!DOCTYPE html>
<html>
<head>
<title>For Loop do now</title>
</head>
<body>
<button>click here</button>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<title>Mario</title>
</head>
<body>
<h1>Player Hater jQuery</h1>
<button id="start">Start Game</button>
<div id="board">
<!DOCTYPE html>
<html>
<head>
<title>Why you mad?</title>
</head>
<body>
<div class="section">
<h1>What is your name?</h1>
<input id="name">
<button id="submit-name">Say Hello</button>
<!DOCTYPE html>
<html>
<head>
<title>Why you mad?</title>
</head>
<body>
<div class="section">
<h1>What is your name?</h1>
<input id="name">
<button id="submit-name">Say Hello</button>
<!DOCTYPE html>
<html>
<head>
<title>jQuery Practice 1</title>
</head>
<body>
<h1>The jQuery Site</h1>
<div id="info"></div>
<div id="cool"> jQuery is cool I guess</div>
<img id="pic" src="www.fake.com">
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
sup
</body>
</html>
@joliz
joliz / index.html
Created September 12, 2016 21:35
Exported from Popcode. Click to import: https://popcode.org/?gist=1ffc98fe36ea2660a4f95bbc50db4180
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
sup
</body>
</html>