UNPKG

ccos-cli

Version:

This is a command line interface toolkit. It is used for generating and managing example code for CoocaaOS running on Skyworth/Coocaa TV webos API.

37 lines (32 loc) 528 B
* { box-sizing: border-box; margin: 0; padding: 0; } #deviceready { position: relative; height: 1080px; background: black; text-align: center } img { position: absolute; left: 50%; top: 20%; transform: translate(-50%, -50%); } a { text-decoration: none; } .btn { display: inline-block; width: 150px; color: whitesmoke; border: 2px solid whitesmoke; text-align: center; margin-top: 20%; } .btn-focus { border: 2px solid yellow; color: yellow; }