This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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; |