Skip to content

Instantly share code, notes, and snippets.

@rishavs
Created June 28, 2018 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishavs/94c34b6493d65479f6c0c4f5568e2001 to your computer and use it in GitHub Desktop.
Save rishavs/94c34b6493d65479f6c0c4f5568e2001 to your computer and use it in GitHub Desktop.
module Cove::Views
def self.css
html = <<-HTML
<style type="text/css">
.main.container {
margin-top: 6em;
}
</style>
HTML
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment