Skip to content

Instantly share code, notes, and snippets.

@saraclima
Created October 3, 2017 12:37
Show Gist options
  • Save saraclima/2ebec5b59c29ed7b9567c89380d4faae to your computer and use it in GitHub Desktop.
Save saraclima/2ebec5b59c29ed7b9567c89380d4faae to your computer and use it in GitHub Desktop.
Space Invader
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Space Invader</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="stylespaceinvader.css">
</head>
<body>
<div class="container-fluid container_custom">
<div class="row row_custom">
<div class="col-xs-offset-3 col-xs-1 custom_col"></div>
<div class="col-xs-offset-4 col-xs-1 custom_col"></div>
</div>
</div>
<div class="container-fluid container_custom">
<div class="row row_custom">
<div class="col-xs-offset-4 col-xs-1 custom_col"></div>
<div class="col-xs-offset-2 col-xs-1 custom_col"></div>
</div>
</div>
<div class="container-fluid container_custom">
<div class="row row_custom">
<div class="col-xs-offset-3 col-xs-6 custom_col"></div>
</div>
</div>
<div class="container-fluid container_custom">
<div class="row row_custom">
<div class="col-xs-offset-2 col-xs-2 custom_col"></div>
<div class="col-xs-offset-1 col-xs-2 custom_col"></div>
<div class="col-xs-offset-1 col-xs-2 custom_col"></div>
</div>
</div>
<div class="container-fluid container_custom">
<div class="row row_custom">
<div class="col-xs-offset-1 col-xs-10 custom_col"></div>
</div>
</div>
<div class="container-fluid container_custom">
<div class="row row_custom">
<div class="col-xs-offset-1 col-xs-1 custom_col"></div>
<div class="col-xs-offset-1 col-xs-6 custom_col"></div>
<div class="col-xs-offset-1 col-xs-1 custom_col"></div>
</div>
</div>
<div class="container-fluid container_custom">
<div class="row row_custom">
<div class="col-xs-offset-1 col-xs-1 custom_col"></div>
<div class="col-xs-offset-1 col-xs-1 custom_col"></div>
<div class="col-xs-offset-4 col-xs-1 custom_col"></div>
<div class="col-xs-offset-1 col-xs-1 custom_col"></div>
</div>
</div>
<div class="container-fluid container_custom">
<div class="row row_custom">
<div class="col-xs-offset-4 col-xs-1 custom_col"></div>
<div class="col-xs-offset-2 col-xs-1 custom_col"></div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment