mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
1 line
350 B
CSS
1 line
350 B
CSS
body{margin:0;padding:0;border:0;overflow:hidden}html,body{height:100%}.loader-container{width:100%;height:100%;display:flex}.loader{border:16px solid #f2f1f1;border-top:16px solid #2c9ae3;border-radius:50%;width:70px;height:70px;animation:spin 2s linear infinite;margin:auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
|