Skip to content

Instantly share code, notes, and snippets.

View MartinKnopf's full-sized avatar
🏠
Mucho risky business

Martin Knopf MartinKnopf

🏠
Mucho risky business
View GitHub Profile
@MartinKnopf
MartinKnopf / ExternalLink.java
Last active December 18, 2015 18:29
Wicket ExternalLink with Model<DTO>
@MartinKnopf
MartinKnopf / gist:5273784
Created March 29, 2013 21:28
angular shadow on 120x135 box
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Elementschatten mit CSS3 Box Shadow</title>
<style>
body {
width: 500px;
margin: 100px auto;
}