Css Styles

Link external css style sheet

11/10/2013 11:25
<link rel="stylesheet" type="text/css" href="mystyle.css"/>

background image

04/10/2013 12:41
Background image in DIV element <html> <head> <title>Banner test</title> <style>  .bg {  background-image: url(https://i51.photobucket.com/albums/f369/G007JG/logo.jpg);  background-repeat: no-repeat;  width: 310 px;  height: 310 px;  float:...