diff options
| author | Elie Moreau <moreau.ejw@gmail.com> | 2015-10-31 21:23:35 +1100 | 
|---|---|---|
| committer | Elie Moreau <moreau.ejw@gmail.com> | 2015-10-31 21:23:35 +1100 | 
| commit | 4545257ce36075b7dfeb12244fd38c1614895ae6 (patch) | |
| tree | 1150d81b857ff8eebd1a0c2af2114b4800bb3fdc | |
| parent | edfc99e198fd2e87802ea81d6779fbadfab64919 (diff) | |
Closed a comment that was not properly closed
| -rw-r--r-- | css.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/css.html.markdown b/css.html.markdown index d8f30ca3..e824914c 100644 --- a/css.html.markdown +++ b/css.html.markdown @@ -29,7 +29,7 @@ The main focus of this article is on the syntax and some general tips.     #################### */  /* the selector is used to target an element on a page. -selector { property: value; /* more properties...*/ } +selector { property: value; /* more properties...*/ } */  /*  Here is an example element: | 
