Skip to content

Instantly share code, notes, and snippets.

View ericguzman's full-sized avatar

Eric Guzman ericguzman

  • Google
  • United States
View GitHub Profile
@ericguzman
ericguzman / index.html
Last active March 27, 2020 05:49
Simple dart html
<h2>A Simple To-Do List</h2>
<p>Things to do:</p>
<ul id="todolist">
</ul>
@ericguzman
ericguzman / main.dart
Created March 27, 2020 04:12
TabBar Demo
import 'package:flutter/material.dart';
final Color black = Color.fromARGB(255, 0, 0, 0);
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
@ericguzman
ericguzman / divRect
Created September 30, 2013 18:58
Google Web Designer - Sample blank file w/ a div
<!DOCTYPE html>
<html>
<head data-gwd-animation-mode="proMode">
<title>rect</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Google Web Designer 1.0.0.924">
<style type="text/css">
html, body {
width: 100%;