Skip to content

Instantly share code, notes, and snippets.

@dragonslayer77
dragonslayer77 / vanishing-gandalf.css
Created March 24, 2019 15:15
Vanishing Gandalf css
.container {
display: flex;
flex-direction:row;
}
.block, .image {
height: 340px;
width: 300px;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FindThePrecious.com</title>
</head>
<body>
<header>
<h1>FindThePrecious.com</h1>
<nav>
@dragonslayer77
dragonslayer77 / index.html
Created January 27, 2019 21:35
International Wild Circus Template
<!--
In order to validate your HTML code, click on the arrow at the top right of this window. If you have some problems with validation, you can have a look here : https://blog.codepen.io/2017/10/11/analyze-css-now-using-stylelint/
-->
<head>
<meta charset="UTF-8">
<meta name= "viewport" content= "width=device-width">
<title>Wild Circus</title>
</head>