Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
osp.meta.association
Commits
8142b0f9
Commit
8142b0f9
authored
Oct 19, 2018
by
ludi
Browse files
boîtelettes
parent
d487da3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
visible/css/style.css
View file @
8142b0f9
...
...
@@ -48,6 +48,14 @@ body {
font-family
:
'U001'
;
}
p
{
padding
:
3mm
;
}
hr
{
display
:
none
;
}
.content
{
width
:
100%
;
display
:
flex
;
...
...
@@ -59,6 +67,9 @@ article {
width
:
25%
;
float
:
left
;
position
:
relative
;
border
:
2px
solid
black
;
/*background-color: yellow;*/
}
...
...
@@ -69,6 +80,10 @@ h1, h2, h3 {
}
img
{
height
:
62mm
;
}
/* article:nth-of-type(odd) {
background: #F3F3F3;
} */
visible/css/style.less
View file @
8142b0f9
...
...
@@ -59,6 +59,8 @@ article {
width:25%;
float:left;
position:relative;
border: 1px solid black;
background-color: yellow;
}
...
...
@@ -68,6 +70,12 @@ h1, h2, h3 {
}
p {
border:1px solid black;
}
/* article:nth-of-type(odd) {
background: #F3F3F3;
} */
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