Skip to content

Instantly share code, notes, and snippets.

View wlippold's full-sized avatar

Wayne Lippold wlippold

View GitHub Profile
@wlippold
wlippold / font-effects-with-google-web-fonts.markdown
Last active March 28, 2023 08:37
Font Effects with Google Web Fonts
@wlippold
wlippold / index.html
Created January 11, 2017 15:23
Profile Widget by José Polanco
<!--
Take a look at this wonderful widget by José Polanco
http://dribbble.com/shots/1439808-Profile-Widget
-->
<div class="widget">
<div class="cover">
<img src="http://c.boylett.uk/images/wallpapers/005.jpg" />
@wlippold
wlippold / daily-ui-006-user-profile.markdown
Created January 11, 2017 15:13
Daily UI #006 - User Profile

Daily UI #006 - User Profile

Hint: Design a user profile and be mindful of the most important data, names, imagery, placement, etc. Is it for a serious profile? A social profile?

A Pen by Daniel Toillion on CodePen.

License.

@wlippold
wlippold / font-effects.markdown
Last active January 9, 2017 18:04
Font Effects2
@wlippold
wlippold / index.html
Created January 6, 2017 18:26
Static
<html>
<head><title>How to create a font effects using google web fonts?</title>
<link href="http://fonts.googleapis.com/css?family=Frijole&effect=static"
rel="stylesheet" type="text/css">
</head>
<body style="text-align:center;">
@wlippold
wlippold / how-to-change-a-font-in-css-using-google-fonts.markdown
Created January 4, 2017 13:48
How to change a font in CSS using Google Fonts?
@wlippold
wlippold / css-drop-shadow.markdown
Last active January 4, 2017 12:57
CSS Drop Shadow