Skip to content

Instantly share code, notes, and snippets.

View Scosentino's full-sized avatar

Sean James Cosentino Scosentino

  • MGM Resorts
  • Miami, Fl
View GitHub Profile
@Scosentino
Scosentino / about.html
Created October 7, 2015 02:29
cf_html_david
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Who am I?
</title>
<!--[if lt IE 9]>
<html>
<head>
</head>
<body>
<h1>Hello</h1>
</body>
</html>
@Scosentino
Scosentino / index.css
Created November 3, 2015 03:04
portfolio
/* 10/15/2015 */
#logo {
position:relative;
bottom:45%;
height:2em;
}
.right-align {
text-align:right;