Skip to content

Instantly share code, notes, and snippets.

@choopi24
choopi24 / FourInRow.css
Created May 20, 2018 09:03
Project HTML 0.9
html {
height: 100vh;
}
body {
background-color:lightcyan;
margin: 0;
padding: 0;
height: 100%;
}
html {
height: 100vh;
}
body {
background-color:lightcyan;
margin: 0;
padding: 0;
height: 100%;
}
@choopi24
choopi24 / buttonCheck.css
Last active May 9, 2018 12:48
project testing
body{
background-color:lightcyan;
}
.container{
position:absolute;
top: 0%;
width:100%;
height:150%;
}
.navBar{
@choopi24
choopi24 / buttonCheck.html
Last active April 29, 2018 18:56
New FourInRow Beta
<html>
<head>
<title>Just Checkin</title>
<script>
</script>
<style>
body{
background-color:lightcyan;
}
#iContain{
position:fixed;
}
#GameDiv{
display:none;
position: absolute;
margin-top: -50px;
margin-left: -100px;
}
body{
<html>
<head>
<script>
alert("Welcome");
//var Buttons = document.getElementsByTagName("button");
//for (var i = 0; i < buttons.length; i++) {
// alert(buttons[i].id);
//}
<html>
<head>
<script>
alert("Welcome");
//var Buttons = document.getElementsByTagName("button");
//for (var i = 0; i < buttons.length; i++) {
// alert(buttons[i].id);
//}
<html>
<head>
<script>
alert("Welcome");
//var Buttons = document.getElementsByTagName("button");
//for (var i = 0; i < buttons.length; i++) {
// alert(buttons[i].id);
//}