Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ariele Luciano Sgheiza
Portfolio CUI
Commits
6f60b327
Commit
6f60b327
authored
Dec 05, 2020
by
Loic DAVID
Browse files
Ajout de requete (pour plus tard)
parents
9e52f4ee
1807ae06
Pipeline
#21285
failed with stages
in 33 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.css
View file @
6f60b327
...
...
@@ -78,14 +78,3 @@ header{
text-align
:
center
;
}
.recherche
{
height
:
200px
;
width
:
200px
;
background
:
rgb
(
31
,
216
,
6
);
}
.searchResultButton
{
height
:
200px
;
margin-top
:
13px
;
margin-bottom
:
13px
;
margin-right
:
13px
;
}
\ No newline at end of file
index.html
View file @
6f60b327
...
...
@@ -4,6 +4,7 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"stylesheet"
href=
"index.css"
>
<link
rel=
"stylesheet"
href=
"recherche.css"
>
<script
src=
"test.js"
></script>
<script
defer
src=
"https://use.fontawesome.com/releases/v5.14.0/js/all.js"
></script>
<script
src=
"https://unpkg.com/axios/dist/axios.min.js"
></script>
...
...
recherche.css
0 → 100644
View file @
6f60b327
#projet
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
justify-content
:
space-around
;
}
.recherche
{
flex-basis
:
auto
;
height
:
200px
;
width
:
200px
;
background
:
rgb
(
31
,
216
,
6
);
}
.searchResultButton
{
flex-basis
:
auto
;
height
:
200px
;
margin-top
:
13px
;
margin-bottom
:
13px
;
margin-right
:
13px
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
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