Update index-open.html

This commit is contained in:
Innovation Inc 2019-12-13 18:38:00 -06:00 committed by GitHub
parent c93e5863bd
commit d9756ce11d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
height:300px; height:300px;
padding:10px; padding:10px;
position: fixed; position: fixed;
top: 10px; top: 50px;
left: 10px; left: 10px;
background-color:#87CEEB; background-color:#87CEEB;
} }
@ -88,7 +88,7 @@
top: 0; top: 0;
right: 0; right: 0;
width: 100%; width: 100%;
height: 30px; height: 42px;
} }
</style> </style>
</head> </head>