Kilivecode
view code html css js online and utilities
Code Editor
Run
<!DOCTYPE html> <html> <head> <title>Code Editor</title> <style type="text/css"> body { margin: 0 auto 0 auto; } #wrap { margin: 20px auto; text-align: center } a:link{ color: #00ad62; font-size: 200%; font-family:segeo ui, arial; text-decoration:none; font-weight:bold; position:fixed; top:30%; left:10%; transition: all 0.3s ease-out;} </style> </head> <body> <div id='wrap'> <a href='//www.kiMiDev.site' target='_blank'>Welcome to KiMiDev</a> </div> </body> </html>