Skip to content

Instantly share code, notes, and snippets.

1 cd ~/Téléchargements
2 ls
3 cd clmystery-master
4 cat instructions
5 cd mystery
6 ls
7 cat crimescene
8 more crimescene
9 cat crimescene
10 less crimescene
@ConnorFM
ConnorFM / bootstrap.css
Last active February 23, 2019 10:21
Grand Oeil
.col-1 {
border: 1px solid #ffffff;
padding-top: 8%;
}
.grey {
background: #333333;
}
.black {
@ConnorFM
ConnorFM / index.html
Created February 13, 2019 17:15
find the precious
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>findThePrecious.com</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>