Skip to content

Instantly share code, notes, and snippets.

View nelsonaj's full-sized avatar

Nelson J nelsonaj

  • San Francisco, California
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Tic Tac Toe</title>
<!-- <link rel="stylesheet" type="text/css" href="boardstyle.css"> -->
<style type="text/css">
h1 {
text-align: center;
@nelsonaj
nelsonaj / selectorSolution.css
Created March 20, 2018 06:32
Playing around with selectors from twdb by colt steele
/* Style the HTML elements according to the following instructions.
DO NOT ALTER THE EXISTING HTML TO DO THIS. WRITE ONLY CSS!
/* Give the <body> element a background of #bdc3c7*/
body {
background: #bdc3c7;
}
/* Make the <h1> element #9b59b6*/
h1 {