Created
December 18, 2012 11:47
-
-
Save anonymous/4327334 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
/* | |
style.css | |
--------- | |
-CC-BY-$- | |
Par Vincent Maure | |
*/ | |
/* http://meyerweb.com/eric/tools/css/reset/ | |
v2.0 | 20110126 | |
License: none (public domain) | |
*/ | |
html, body, div, span, applet, object, iframe, | |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
a, abbr, acronym, address, big, cite, code, | |
del, dfn, em, img, ins, kbd, q, s, samp, | |
small, strike, strong, sub, sup, tt, var, | |
b, u, i, center, | |
dl, dt, dd, ol, ul, li, | |
fieldset, form, label, legend, | |
table, caption, tbody, tfoot, thead, tr, th, td, | |
article, aside, canvas, details, embed, | |
figure, figcaption, footer, header, hgroup, | |
menu, nav, output, ruby, section, summary, | |
time, mark, audio, video { | |
margin: 0; | |
padding: 0; | |
border: 0; | |
font-size: 100%; | |
font: inherit; | |
vertical-align: baseline; | |
} | |
/* HTML5 display-role reset for older browsers */ | |
article, aside, details, figcaption, figure, | |
footer, header, hgroup, menu, nav, section { | |
display: block; | |
} | |
body { | |
line-height: 1; | |
} | |
ol, ul { | |
list-style: none; | |
} | |
blockquote, q { | |
quotes: none; | |
} | |
blockquote:before, blockquote:after, | |
q:before, q:after { | |
content: ''; | |
content: none; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
body{ | |
background-image : url(images/background_clair.png) | |
} | |
.header | |
{ | |
background-color : #484848 ; | |
border-radius : 15px; | |
box-shadow:0px 2px 4px 1px rgba(119, 119, 119, 0.7); | |
margin : 15px 50px 15px 50px ; | |
} | |
h1{ | |
font-family : Arial; | |
font-size : 75px; | |
color : #E0E0E0; | |
font-weight: bold; | |
margin-top : 10px; | |
} | |
h2{ | |
font-size : 50 px; | |
color : #303030 ; | |
} | |
.st{ | |
font-family : Arial; | |
font-size : 10px; | |
color : #E0E0E0; | |
font-style : italic; | |
margin-bottom : 10px; | |
} | |
.bgcontent{ | |
background-color : #F8F8F8 ; | |
border-radius : 15px; | |
margin : 15px 50px 15px 50px ; | |
box-shadow: inset 4px 2px 5px rgba(0,0,0,0.4); | |
} | |
.content{ | |
} | |
.sous-chapitre{} | |
p{} | |
.sous-paragraphe{} | |
.nb{} | |
ul{} | |
li{} | |
.legende{} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="header"> | |
<center> | |
<h1>Cours de photo</h1> | |
<img src="images/cc.png" /> | |
</center> | |
</div> | |
<br /> | |
<div class="bgcontent"> | |
<h2>I. Les différents types d'appareils photo</h2> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment