leo-vue
Version:
Use the Leo Outlining Editor to Create Vue Web Apps
28 lines (27 loc) • 375 B
HTML
<html>
<head>
<style type="text/css">
BODY {
font-family: Verdana;
}
.level3 {
margin-left: 15px;
}
.level4 {
margin-left: 30px;
}
.level5 {
margin-left: 45px;
}
.level6 {
margin-left: 60px;
}
.level7 {
margin-left: 75px;
}
DIV {
margin-top: 8px
}
</style>
</head>
<body>