kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/kaka.farm
Log | Files | Refs | README

commit e2e5546cb6b3db6f6ed92fdd370055732ca7debd
parent 23af370fd4b688841f723b36d59b47a4c75673ce
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Sat,  1 Aug 2020 13:53:28 +0300

Add CSS file I forgot to add?

Diffstat:
Ahtml/tau-mandala/index.css | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/html/tau-mandala/index.css b/html/tau-mandala/index.css @@ -0,0 +1,11 @@ +object { + /* + width: 100vw; + */ + /* + height: 100vh; + */ + width: 100%; + height: 100%; + border: 5px dotted red; +}