Skip to content

Instantly share code, notes, and snippets.

@Cyd-Styles
Cyd-Styles / HelloGist.js
Created October 28, 2020 21:19
Cyd's First Gist
function hello(){
console.log("Hi");
}
@Cyd-Styles
Cyd-Styles / rock-paper-scissors-js.html
Created February 3, 2019 16:38
Rock, Paper, Scissors - JS game
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width">
<title>Rock, Paper, Scissors</title>
<style>
*{margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}::selection{background:#fb9fe5;text-shadow:none}a{color:#0088CC;text-decoration:none;outline:0}a:hover{color:#005580}a img{border:none}img{max-width:100%}html{font-size:100%}body{padding:5%;font:300 1.25em/1.6 monospace;background:#fff;color:#000;}h1{font-family:"Helvetica Neue",sans-serif;line-height:1;font-weight:300;margin-bottom:1em;}.game{padding:2em;background:#eee;}
<!DOCTYPE html>
<html>
<head>
<title>HireMe!</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<h1>Brad Langel</h1>
<img src= "https://avatars0.githubusercontent.com/u/1283849?v=4&s=460">
<!DOCTYPE html>
<html>
<head>
<title>HireMe!</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<h1>Brad Langel</h1>
<img src= "https://avatars0.githubusercontent.com/u/1283849?v=4&s=460">
<!DOCTYPE html>
<html>
<head>
<title>HireMe!</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<h1>Brad Langel</h1>
<img src= "https://avatars0.githubusercontent.com/u/1283849?v=4&s=460">