A Pen by Harish Ramasubramanian on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>Online Python - IDE, Editor, Compiler, Interpreter</title> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <section class="w-screen min-h-screen py-6 px-12 flex flex-col bg-zinc-900 text-zinc-50 items-center justify-center"> | |
| <div class="w-full flex flex-col gap-3 max-w-screen-md"> | |
| <!-- FAQ 1 Start--> | |
| <div class="w-full rounded bg-zinc-800 hover:bg-zinc-700"> | |
| <div class="flex flex-col"> | |
| <input id="faq1" type="checkbox" class="ml-auto sr-only peer"> | |
| <label for="faq1" class="flex py-2 px-4 mt-2 w-full items-center cursor-pointer"> | |
| <span class="font-medium text-lg">What is the meaning of life, the universe, and everything?</span> | |
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5 ml-auto"> | |
| <path d="M10.75 4.75a.75.75 0 00-1.5 0v4.5h-4.5a.75.75 0 000 1.5h4.5v4.5a.75.75 0 001.5 0v-4.5h4.5a.75.75 0 000-1.5h-4.5v-4.5z" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //<script type="text/x-emblem"> | |
| // h1 Welcome to my App | |
| // = outlet | |
| //</script> | |
| .container | |
| .page-header | |
| %h2 | |
| Modules | |
| .pull-right <small> local storage module </small> | |
| %pre.language-coffeescript |
A Pen by Afnan Ahmad on CodePen.
A Pen by Dirk Luberth Dijkman on CodePen.
A Pen by Dirk Luberth Dijkman on CodePen.
A Pen by Dirk Luberth Dijkman on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body> | |
| <nav class="navbar"> | |
| <span class="logo"><img src="Logo/copy.png" alt=""></span> | |
| <span class="nav content">JavaScript CheatSheet</span> | |
| </nav> | |
| <div class="container"> | |
| <ol> | |
| <li>JavaScript Basics <br><br> | |
| Set of JavaScript basic syntax to add, execute and write basic programming paradigms in JavaScript. <br><br> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <nav class="flex bg-blue-900 p-3"> | |
| <div class="flex items-center justify-between flex-wrap container mx-auto"> | |
| <div class="flex items-center flex-shrink-0 text-white mr-6"> | |
| <img src="https://merchantwest.co.za/sites/default/files/logo.png" class="fill-current h-8 mr-2"> | |
| </div> | |
| <div class="block lg:hidden"> | |
| <button class="flex items-center px-3 py-2 border rounded text-teal-200 border-teal-400 hover:text-white hover:border-white"> | |
| <svg class="fill-current h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><title>Menu</title><path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"/></svg> | |
| </button> | |
| </div> |