Skip to content

Instantly share code, notes, and snippets.

@jasonlemay
Created May 14, 2015 16:52
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 jasonlemay/c24a1fbbb6da0059b799 to your computer and use it in GitHub Desktop.
Save jasonlemay/c24a1fbbb6da0059b799 to your computer and use it in GitHub Desktop.
Getting started with CSS (GSS) in GWT
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'>
<div>
<h1>Hello World!</h1>
<p>This is my first paragraph.</p>
<p>This is my second paragraph.</p>
</div>
</ui:UiBinder>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment