PHP
php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>a little less boring php outputs...</title>
<style>
/*feel free to use
thx for upvotes :)*/
.A {
width:80%;
margin:30px;
padding:10px;
font-family:Courier;
font-weight:bold;
font-size:12px;
background-color:#F3E2A9;
color:black;
box-shadow: 5px 0 10px 3px #D1D3D6;
}
.red {
color:red;
}
.green {
color:green;
}
.purple {
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run