This file contains hidden or 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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html> | |
| <head> | |
| <title>Look, we're using Haml!</title> | |
| </head> | |
| <body></body> | |
| </html> |
This file contains hidden or 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
| !!! | |
| %html | |
| %head | |
| %title Look, we're using Haml! | |
| %body |
This file contains hidden or 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
| #footer | |
| :width 850px | |
| :padding 5px | |
| :margin-bottom 10px | |
| :font-weight 900 | |
| :font-size 1.2em | |
| a | |
| :text-decoration none | |
| img | |
| :padding 10px |
This file contains hidden or 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
| =plain_a(!color = black) | |
| color= !color | |
| text-decoration: none | |
| #header | |
| +plain_a | |
| #content | |
| +plain_a(green) | |
| #footer | |
| +plain_a |
This file contains hidden or 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
| =plain_a | |
| color: black | |
| text-decoration: none | |
| #header | |
| +plain_a | |
| #footer | |
| +plain_a |
This file contains hidden or 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
| #header a{text-decoration: none; color: black;} | |
| #footer a{text-decoration: none; color: black;} |
This file contains hidden or 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
| #footer | |
| width: 850px | |
| padding: 5px | |
| margin-bottom: 10px | |
| font | |
| weight: 900 | |
| size: 1.2em | |
| a | |
| text-decoration: none | |
| img |
This file contains hidden or 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
| #footer | |
| width: 850px | |
| padding: 5px | |
| margin-bottom: 10px | |
| font-weight: 900 | |
| font-size: 1.2em | |
| a | |
| text-decoration: none | |
| img | |
| padding: 10px |
This file contains hidden or 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
| #footer {width: 850px; padding: 5px; margin-bottom: 10px; font-weight: 900; font-size: 1.2em;} | |
| #footer img {padding: 10px; float: right;} | |
| #footer a {text-decoration: none;} |
This file contains hidden or 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
| >> #398191 - #111 | |
| #287080 |