Skip to content

Instantly share code, notes, and snippets.

View maxpelic's full-sized avatar
👀
looking for projects to contribute to

Max Pelic maxpelic

👀
looking for projects to contribute to
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML pong</title>
<style>
#message{
font-family:sans-serif;
font-weight:bold;
text-align:center;
@maxpelic
maxpelic / dabblet.css
Created March 2, 2015 20:08
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
/**
* 3Dpage
*/
@import url(http://fonts.googleapis.com/css?family=New+Rocker);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);
body{
background-color:#ddd;
}
#back{
border-radius:10px;
<!DOCTYPE html>
<html>
<head>
<title>3Dpage</title>
</head>
<body>
</body>
</html>
@maxpelic
maxpelic / dabblet.css
Created September 2, 2013 19:42
3Dpage
/**
* 3Dpage
*/
@import url(http://fonts.googleapis.com/css?family=New+Rocker);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);
body{
background-color:#ddd;
}
#back{
border-radius:10px;
@maxpelic
maxpelic / dabblet.css
Created August 28, 2013 22:34
unknown robot
/**
* unknown robot
*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Ruslan+Display);
h1 {
text-align:center;
-webkit-transition:box-shadow 5s, text-shadow 2s;
@maxpelic
maxpelic / dabblet.css
Created August 27, 2013 19:30
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#button{
background-color:#FF6600;
box-shadow:0px 10px 0px #B24700;
border-radius:5px;
padding:10px;
@maxpelic
maxpelic / dabblet.css
Last active December 21, 2015 19:49
title
/**
* title
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body{
background-color:#d6d6d6;
}
#title{
@maxpelic
maxpelic / dabblet.css
Created August 27, 2013 16:48
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@import url(http://fonts.googleapis.com/css?family=Fredoka+One);
body{
font-family:Fredoka One;
}
/**
* font
*/
@import url(http://fonts.googleapis.com/css?family=Fredoka+One);
body{
font-family:Fredoka One;
text-align:right;
padding:100px;
}