Skip to content

Instantly share code, notes, and snippets.

@bodiam
Created January 20, 2014 20:24
Show Gist options
  • Select an option

  • Save bodiam/8528366 to your computer and use it in GitHub Desktop.

Select an option

Save bodiam/8528366 to your computer and use it in GitHub Desktop.
Semantic ui with formatting
<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