Skip to content

Instantly share code, notes, and snippets.

@bodiam
Created January 20, 2014 20:44
Show Gist options
  • Save bodiam/8528756 to your computer and use it in GitHub Desktop.
Save bodiam/8528756 to your computer and use it in GitHub Desktop.
semantic-ui with semantic-ui.com website turned off.
<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