Skip to content

Instantly share code, notes, and snippets.

View rambhairao's full-sized avatar

sunil rambhairao

  • curofy.com
  • gurgaon india
View GitHub Profile
@rambhairao
rambhairao / css_psuedo.html
Created September 14, 2017 07:08
css before and after properties [css before and after properties simple example]// source http://jsbin.com/biwomi
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[css before and after properties simple example]">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title> css before and after properties </title>
<style id="jsbin-css">
p{
width: 200px;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<script src="https://code.jquery.com/jquery-3.1.0.js"></script>
<title>JS Bin</title>
<style id="jsbin-css">
li{
display: inline-block;
@st4lk
st4lk / mandrill_email.py
Last active August 2, 2021 05:31
Python: send emails by mandrill. Django and standalone example
"""
Example of mandrill service in python (http://mandrill.com/)
Description of usage in python:
Russian: http://www.lexev.org/2014/send-email-django-project-mandrill-service/
English: http://www.lexev.org/en/2014/send-email-django-project-mandrill-service/
"""
# ======
# Django