Skip to content

Instantly share code, notes, and snippets.

@codingwithsara
codingwithsara / index.html
Created August 9, 2019 00:30
JavaScript RGB to HEX converter
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RGB to HEX Converter</title>
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<style>
#container {
font-family: 'Inconsolata', monospace;