Skip to content

Instantly share code, notes, and snippets.

@rene78
rene78 / specialDropdown.html
Last active May 13, 2019 17:34
Pull down menu, where text of selected element is different than when not selected
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Select test</title>
<style>
#lang-selection {
@rene78
rene78 / turnstileCodingChallenge.html
Created April 2, 2019 12:59
A coding challenge regarding a turnstile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Coding Challenge</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>