Skip to content

Instantly share code, notes, and snippets.

View midhun1993's full-sized avatar
🏠
Working from home

Midhun P M midhun1993

🏠
Working from home
View GitHub Profile
@midhun1993
midhun1993 / Dockerfile
Created September 2, 2019 10:07 — forked from Beyarz/Dockerfile
Updated version of: docker-compose with Php 7.2.6, Mysql 8.0.16, Phpmyadmin 4.8 & Apache
FROM php:7.2.6-apache
RUN docker-php-ext-install mysqli
@midhun1993
midhun1993 / index.html
Created July 7, 2017 06:33 — forked from ayoungh/index.html
A CodePen by Anthony Young. Awesome textarea - A really nice textarea with a background colour change on focus
<h2>Awesome Textarea</h2>
<textarea placeholder="This is an awesome comment box" rows="20" name="comment[text]" id="comment_text" cols="40" class="ui-autocomplete-input" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true"></textarea>