Skip to content

Instantly share code, notes, and snippets.

View arpith20's full-sized avatar
💭

Arpith K Sharma arpith20

💭
View GitHub Profile
@arpith20
arpith20 / CSS: Message Boxes
Created May 8, 2016 08:57 — forked from csndra0504/CSS: Message Boxes
Css message boxes: Info, Success, Warning, Error, Validation
<!DOCTYPE HTML>
<html>
<head>
<style>
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}
.info, .success, .warning, .error, .validation {
border: 1px solid;