Premier commit avec page d'accueil
This commit is contained in:
parent
1e5343a7c9
commit
83181a8ea0
16 changed files with 201 additions and 0 deletions
0
css/layout.css
Normal file
0
css/layout.css
Normal file
0
css/print.css
Normal file
0
css/print.css
Normal file
58
css/style.css
Normal file
58
css/style.css
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
body{
|
||||
font-family: CenturySchoolbook;
|
||||
font-size: 1.5em;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: CenturySchoolbook;
|
||||
src: url(../fonts/CenturySchoolbook-Regular.woff);
|
||||
}
|
||||
|
||||
a{
|
||||
color:#ff0000;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.7em;
|
||||
text-align: center;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
h1, h2{
|
||||
color:#ff0000;
|
||||
}
|
||||
|
||||
header{
|
||||
border-top: 20px solid #ff0000;
|
||||
}
|
||||
|
||||
footer{
|
||||
border-bottom: 20px solid #ff0000;
|
||||
}
|
||||
|
||||
|
||||
figure.gauche{
|
||||
float: left;
|
||||
}
|
||||
|
||||
figure.droite{
|
||||
float: right;
|
||||
}
|
||||
|
||||
figure.centre{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img{
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
footer p{
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
hr {height: 40px; background: url('../images/separation.png') no-repeat 50% 50%; margin: 3em 0; border: 0;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue