Commit eb8354a1 by ramdayalmunda

font-family select added

parent 12418c04
...@@ -27,15 +27,23 @@ ...@@ -27,15 +27,23 @@
background: green; background: green;
border: 1px solid yelow; border: 1px solid yelow;
border-radius: 3px; border-radius: 3px;
padding: 2px; padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
margin: 4px; margin: 4px;
} }
.page-list { .page-list {
position: relative; position: relative;
display: block; display: flex;
flex-direction: column;
overflow-y: auto; overflow-y: auto;
overflow-x: auto; overflow-x: auto;
background: blue; background: #858585;
gap: 20px;
align-items: center;
padding-top: 20px;
padding-bottom: 20px;
} }
.page-list canvas { .page-list canvas {
background-color: #fff; background-color: #fff;
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<style> <style>
body { body {
background: #aaa; background:cadetblue
} }
#user-container-for-editor{ #user-container-for-editor{
margin: 20px; margin: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment