You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Within the div, include the letter name of the element in the grid. Format expl
39
39
```
40
40
41
41
##Adding Bonds
42
-
Part of the goal of Chemistry-CSS was to keep the HTML minimal the readable. Therefore, it uses the ```<hr>``` tag as a way of delineating bonds to other elements. You can only declare bonds pointing right; this is to keep the code clean (therefore, all bonds have to be declared from their left element).
42
+
Part of the goal of Chemistry-CSS was to keep the HTML minimal and readable. Therefore, it uses the ```<hr>``` tag as a way of delineating bonds to other elements. You can only declare bonds pointing right; this is to keep the code clean (therefore, all bonds have to be declared from their left element).
43
43
The first ```<hr>``` tag is the top-right hand corner bond. The second is the right bond, then the right-bottom bond, and then the bottom bond. Commented HTML below of a carbon with two bonds facing right:
0 commit comments