diff --git a/index.html b/index.html index a235e76..53070d0 100644 --- a/index.html +++ b/index.html @@ -37,5 +37,12 @@ Chargement . . . + +
+ + + + +
diff --git a/style.css b/style.css index 7238358..146fe41 100644 --- a/style.css +++ b/style.css @@ -176,6 +176,71 @@ body animation: loading-bar 1s linear -.80s infinite; } + + +/* + UN page Inspira on LMS registration + */ + +.UN{ + position: relative; + height: 150px; + color: aqua; + background-color: #e1e1f3; +} +.un-bar{ + height: 100px; + width: 100px; + display: inline-flex; + background-color: transparent; + border-radius: 50%; + vertical-align: middle; +} + +.UN-loadingBar-1 +{ + position: absolute; + top: 0; + bottom: 5px; + border: #070fecae solid 25px; + border-top-color: #070fecae; + border-right-color: #070fecae; + animation: spin 4s linear infinite; +} +.UN-loadingBar-2 +{ + position: absolute; + top: 0; + bottom: 5px; + border: transparent solid 25px; + border-top-color: #070fecae; + border-left-color: #070fecae; + animation: spin 3s linear infinite; +} +.UN-loadingBar-3 +{ + position: absolute; + top: 0; + bottom: 5px; + border: transparent solid 25px; + border-bottom-color: #070fecae; + border-right-color: #070fecae; + animation: spin 1s linear infinite; +} +.UN-loadingBar-4 +{ + position: absolute; + top: 0; + bottom: 5px; + border: transparent solid 25px; + border-bottom-color: #070fecae; + border-left-color: #070fecae; + animation: spin 1s linear infinite; +} + + + + @keyframes loading-bar { 0%{ transform: scale(0);