Skip to content

Instantly share code, notes, and snippets.

View brendaMan's full-sized avatar
🎯
Focusing

Brenda brendaMan

🎯
Focusing
View GitHub Profile
process.stdin.resume()
process.stdin.setEncoding('utf8')
console.log('How old are you ? ')
process.stdin.on('data', (age) => {
console.log('You are ' + age.trim() + ' years old ')
if (age > 99){
console.log('Too old!!')
} else {
157 cd ~F540
158 pwd
159 cd github
160 cd
161 cd clmystery-master
162 ls
163 cd
164 pwd
165 cd clmystery-master
166 cat instructions
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="Lord of the rings" content="Capture all the orcs, goblins and balrogs"/>
<title>FindthePrecious</title>
</head>
<body>
<header><h1>Find the precious</h1></header>
@brendaMan
brendaMan / CSS
Created April 1, 2019 08:11
Gandalf css
.picture {
opacity: 0.6;
}
.reward {
text-align: center;
font-size: 3em;
font-family: 'Arial Narrow Bold', sans-serif;
background-color: antiquewhite;
opacity: 0.6;
@brendaMan
brendaMan / css
Created April 1, 2019 08:08
Gandalf
.picture {
opacity: 0.6;
}
.reward {
text-align: center;
font-size: 3em;
font-family: 'Arial Narrow Bold', sans-serif;
background-color: antiquewhite;
opacity: 0.6;