Jump to content

User:Arthurteb303/modern.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with 'body { font-family: monospace; font-size:11pt; }'
 
No edit summary
Line 2: Line 2:
font-family: monospace;
font-family: monospace;
font-size:11pt;
font-size:11pt;
}
li {
position: relative;
list-style: none;
left:30px;
}

li:before {
content: "";
position: absolute;
top: 8px;
left: -50px;
width: 30px;
height: 30px;
background-image: url('http://192.168.0.28/~Arthur/ko.gif');
}
a {
color:blue;
}
}

Revision as of 14:19, 23 January 2017

body {
font-family: monospace;
font-size:11pt;
}
   li {
        position: relative;
        list-style: none;
        left:30px;
    }

    li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: -50px;
        width: 30px;
        height: 30px;
        background-image: url('http://192.168.0.28/~Arthur/ko.gif');
    }
a {
	color:blue;
}