MyBB 1.9 Demo
php and code view - Printable Version

+- MyBB 1.9 Demo (https://mybb.jsoltesz.com/mybb-1.9)
+-- Forum: Break Things Here (https://mybb.jsoltesz.com/mybb-1.9/forum-6.html)
+--- Forum: North America (https://mybb.jsoltesz.com/mybb-1.9/forum-8.html)
+---- Forum: United States of America (https://mybb.jsoltesz.com/mybb-1.9/forum-10.html)
+---- Thread: php and code view (/thread-48.html)



php and code view - axishey - 10-25-2018

I was curious about php and code view.


Code:
#preloader #preloader-inner {
 display: block;
 position: relative;
 left: 50%;
 top: 50%;
 width: 150px;
 height: 150px;
 margin: -75px 0 0 -75px;
 border-radius: 50%;
 border: 3px solid transparent;
 border-top-color: #3498db;
 animation: spin 2s linear infinite
}



PHP Code:
@keyframes 
spin 
0% {
transform:rotate(0deg)
}

to transformrotate(1turn) }