You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
309 B
CSS

*{
font-family: Arial, Helvetica, sans-serif;
}
linenumber{
margin-right: 1em;
}
body{
font-size: 20px;
line-height: 1.5em
}
#linenum-:before {
width: 50%;
}
comment{
background-color: black;
color:white;
float: right;
}
img{
max-width: 30%;
float: right;
}
img:hover{
max-width: 400px;
}