Skip to content

Instantly share code, notes, and snippets.

View clarade's full-sized avatar
:shipit:
Creatin some stuff

Clara Desp clarade

:shipit:
Creatin some stuff
View GitHub Profile
@clarade
clarade / index.html
Last active September 17, 2019 14:19
Opacity and greyscale on css
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Catch'em all!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section>
<img class="hover-effect" src="http://images.innoveduc.fr/integration_parcours/css/css_selectors_props/hobbit-house.jpg" alt="Hobbit house">
@clarade
clarade / find-the-precious-head-v2.html
Created September 6, 2019 11:07
Putting some additonnal informations on the head section
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A legendary Odyssey where you'll have to create your army, cloaking yourself with special friends,
goblins, orcs, dwarfs and wizards.">
<meta name="author" content="Clarade">
<title>Find the Precious</title>
</head>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Find the Precious</title>
</head>
<body>
<h1>Find The Precious</h1>
@clarade
clarade / Find-the-precious-cd.html
Created September 4, 2019 20:52
Create a website, only using html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Find the Precious</title>
</head>
<body>
<h1>Find The Precious</h1>