Created
January 20, 2014 20:24
-
-
Save bodiam/8528366 to your computer and use it in GitHub Desktop.
Semantic ui with formatting
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> | |
| <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Open+Sans:300italic,400,300,700' rel='stylesheet' type='text/css'> | |
| <link rel="stylesheet" type="text/css" href="http://cdnjs.cloudflare.com/ajax/libs/semantic-ui/0.12.0/css/semantic.min.css"> | |
| <link rel="stylesheet" type="text/css" href="http://semantic-ui.com/stylesheets/semantic.css"> | |
| </head> | |
| <body id="example" class="button"> | |
| <div class="ui buttons"> | |
| <div class="ui button">Cancel</div> | |
| <div class="or"></div> | |
| <div class="ui positive button">Save</div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment