Wednesday, 13 November 2013

style.css for beaglebone black to work with php

@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
line-height: 1.5em;
font-family: Verdana, Arial, san-serif;
font-size: 11px;
color: #dddcdc;
background-color:#063;
}

#main
{

position:absolute;
clear: both;
padding: 10px 20px;
color:#039;
height: 400px;
left: 450px;
top: 170px;
width: 364px;

}

No comments:

Post a Comment