Skip to content

Instantly share code, notes, and snippets.

@liamtarpey
Created June 19, 2020 08:34
Show Gist options
  • Save liamtarpey/23f39ab1a3152961ffe2069d9ef4c6fb to your computer and use it in GitHub Desktop.
Save liamtarpey/23f39ab1a3152961ffe2069d9ef4c6fb to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>busuu - Front-end Interview - HTML &amp; CSS</title>
<style>
/*
* Colors used:
*
* Dark Grey: #424242;
* Light Grey: #808080;
* Orange: #F15E33;
* Green: #00be1c;
----------------------------- */
body {
margin:0;
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
}
p {
margin:0;
padding:0;
}
/* Please code your Styles below this line */
</style>
</head>
<body>
<!-- Please code your HTML below this line -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment