diff --git a/index.html b/index.html index f810a61..1731d0b 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,9 @@ - + Band Sessions - - + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..3621b11 --- /dev/null +++ b/styles.css @@ -0,0 +1,6 @@ +.red { + color:red; +} +ul { + list-style-position: inside; +} \ No newline at end of file