2020 Evernote Evernote diary template and change the background color tutorial

These days just started using Evernote software, today only to find that the software can customize the template, here is my custom template daily learning:
Here Insert Picture Description
Here Insert Picture DescriptionHere Insert Picture Description

Which relate to the operation change the background color, the specific operation is:

First just create a note, then just enter the words, click Create notes, right-click, choose Export, and then click OK to export to enex format
Here Insert Picture Description
file and then right-click export, select Open Notepad,
Here Insert Picture Description
and then open the file the '<en - note> </ en -note>' code blocks enter the following code

<div style="background:#C7EDCC; width:92%; margin:0 auto; border-radius:3%">
	<div>a</div>
</div>
<div style="width:92%; margin:0 auto; border-radius:3%">
	<div>a</div>
</div>
<div style="background:linear-gradient(#fff1eb,#ace0f9); width:92%;margin:0 auto; border-radius:3%">
	<div>渐变色</div>
</div>

Here Insert Picture Description
Then drag the files modified program you can see the effect of the revised
Here Insert Picture Description
Here Insert Picture Description

Published 12 original articles · won praise 17 · views 2983

Guess you like

Origin blog.csdn.net/qq1140037586/article/details/105212829