diff --git a/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html b/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html index 292a39a..7261c24 100644 --- a/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html +++ b/Drafts/BoQsc/Personal_General_Notes/WebServer/Text_Editor_Component/Text_Editor.html @@ -2,7 +2,7 @@ - 1Example text. + 1Example text. @@ -37,7 +37,22 @@ } + side2 { + + width: 7%; + display: flex; + align-items: center; + justify-content: center; + + } + side2 > img { + + width: 20px; + height: 20px; + background: #b9bbbe; + border-radius: 5px; + } side { display: flex;