Commit 412f8ff9 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/learning-analytics.html

parent 4be65343
Pipeline #10146 passed with stage
in 7 seconds
Showing with 7 additions and 7 deletions
+7 -7
...@@ -19,26 +19,26 @@ ...@@ -19,26 +19,26 @@
<style> <style>
.diagram-container { .diagram-container {
display: flex; display: flex;
justify-content: center;
align-items: center;
flex-direction: column; flex-direction: column;
margin-top: 50px; align-items: center;
margin-top: 30px;
} }
.rectangle { .rectangle {
border: 2px solid #333; border: 2px solid #333;
border-radius: 8px; border-radius: 8px;
padding: 20px; padding: 20px;
margin: 10px; margin: 10px;
width: 250px; width: 300px;
text-align: center; text-align: center;
background-color: #f4f4f4; background-color: #f4f4f4;
} }
.arrow { .arrow {
width: 100%; font-size: 30px;
text-align: center;
font-size: 24px;
margin: 10px 0; margin: 10px 0;
} }
.diagram-container {
text-align: center;
}
</style> </style>
</head> </head>
<body> <body>
......
Supports Markdown
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