Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rml12
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sylvain E
rml12
Commits
13c9939e
Commit
13c9939e
authored
Dec 15, 2017
by
Millicent Billette
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge + mise en page titre et logo (media queries)
parent
a91581cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
8 deletions
+18
-8
index.html
index.html
+1
-2
style.css
style.css
+17
-6
No files found.
index.html
View file @
13c9939e
...
...
@@ -8,10 +8,9 @@
</head>
<body>
<header>
<h1>
Rencontre des monnaies Libres 12 à Bordeaux
</h1>
<nav>
<ul>
<li><
img
src=
"logoboth.png"
/
></li>
<li><
h1><img
src=
"logoboth.png"
/><span
class=
"short"
>
RML12 BDX
</span><span
class=
"long"
>
Rencontre des monnaies Libres 12 à Bordeaux
</span></h1
></li>
<li><a
href=
"#accueil"
>
Accueil
</a></li>
<li><a
href=
"#programme"
>
Programme
</a></li>
<li><a
href=
"#plusloin"
>
Aller plus loin
</a></li>
...
...
style.css
View file @
13c9939e
...
...
@@ -3,18 +3,20 @@
padding
:
0
;
border
:
0
;
}
header
h1
{
margin
:
0
;
}
header
img
{
background
:
darkseagreen
;
position
:
fixed
;
display
:
flex
;
h1
img
{
height
:
50px
;
float
:
left
;
}
nav
li
{
list-style
:
none
;
text-wrap
:
none
;
overflow
:
hidden
;
white-space
:
nowrap
;
margin
:
0
;
}
body
{
...
...
@@ -42,7 +44,6 @@ dd {
footer
,
nav
ul
{
position
:
fixed
;
height
:
80px
;
background
:
linear-gradient
(
45deg
,
darkseagreen
,
darkseagreen
50%
,
whitesmoke
);
display
:
flex
;
justify-content
:
space-around
;
...
...
@@ -113,4 +114,14 @@ aside {
display
:
initial
;
text-align
:
center
;
}
}
@media
(
min-width
:
901px
)
{
.short
{
display
:
none
;}
}
@media
(
min-width
:
551px
)
and
(
max-width
:
900px
)
{
.long
{
display
:
none
;}
}
@media
(
max-width
:
550px
)
{
.short
,
.long
{
display
:
none
;}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment