2020 Evernote notes to change the background color guard wink methods

Give everyone a look at the effect of the change is good
Here Insert Picture Description

Change the background color of the operation, 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 the modified file onto the program can see the effect of the modified
Here Insert Picture Description
effect after the change:
Here Insert Picture Description

Published 12 original articles · won praise 17 · views 2982

Guess you like

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