wip split style
This commit is contained in:
47
www/css/page_interstices.css
Normal file
47
www/css/page_interstices.css
Normal file
@@ -0,0 +1,47 @@
|
||||
/* page interstices */
|
||||
|
||||
#content_inter {
|
||||
float: left;
|
||||
height: 600px;
|
||||
width: 570px;
|
||||
margin-left: 70px;
|
||||
margin-top: 92px;
|
||||
}
|
||||
|
||||
#interstice {
|
||||
float: left;
|
||||
height: 520px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#survol {
|
||||
float: left;
|
||||
height: 520px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#chiffres {
|
||||
float: left;
|
||||
width: 30px;
|
||||
height: 520px;
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
#chiffres p {
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
#chiffres p a {
|
||||
color: #000000;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
margin-bottom: 60px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#chiffres p a:hover {
|
||||
color: #cc3300;
|
||||
text-decoration: none;
|
||||
}
|
||||
Reference in New Issue
Block a user