-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauto_save_note.html
More file actions
49 lines (47 loc) · 1.45 KB
/
auto_save_note.html
File metadata and controls
49 lines (47 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<style>h1 {
font-size: 50px;
color: black;
}
p{
font-size: 25px;
}
code{
font-size: 25px;
}</style>
<style>
.preview {
font-size: 12px;
color: #000000;
white-space: normal;
margin: 0;
padding: 0;
}
p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
line-height: 1.2;
}
pre {
background-color: #f0f0f0;
padding: 10px;
border-radius: 5px;
white-space: pre;
font-family: monospace;
margin: 0;
}
code {
background-color: #f0f0f0;
padding: 2px 4px;
border-radius: 3px;
font-family: monospace;
}
.codehilite {
background: #f0f0f0;
padding: 10px;
border-radius: 5px;
margin: 0;
}
.codehilite .hll { background-color: #ffffcc; }
</style>
<div class='preview'><h1>Exercicio do dia</h1>
<p>````</p></div>