Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet-cdaw
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
Quentin Vrel
projet-cdaw
Commits
ef884de4
Commit
ef884de4
authored
Nov 16, 2020
by
quentin.vrel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
page d'accueil du projet
parent
c02760a5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
76 additions
and
0 deletions
+76
-0
background.png
FrontEnd/images/background.png
+0
-0
background_no_shadow.png
FrontEnd/images/background_no_shadow.png
+0
-0
index.html
FrontEnd/index.html
+28
-0
style.css
FrontEnd/style.css
+48
-0
No files found.
FrontEnd/images/background.png
0 → 100644
View file @
ef884de4
This diff is collapsed.
Click to expand it.
FrontEnd/images/background_no_shadow.png
0 → 100644
View file @
ef884de4
This diff is collapsed.
Click to expand it.
FrontEnd/index.html
0 → 100644
View file @
ef884de4
<!DOCTYPE html>
<html>
<head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"style.css"
>
<link
rel=
"preconnect"
href=
"https://fonts.gstatic.com"
>
<link
href=
"https://fonts.googleapis.com/css2?family=Shojumaru&display=swap"
rel=
"stylesheet"
>
</head>
<body>
<div
class=
"login-page"
>
<div
class=
"title"
>
<h1>
Riichi Mahjong
</h1>
</div>
<div
class=
"menu"
>
<button>
Se connecter
</button>
<button>
S'inscrire
</button>
</div>
</div>
</body>
</html>
\ No newline at end of file
FrontEnd/style.css
0 → 100644
View file @
ef884de4
html
,
body
{
width
:
100%
;
height
:
100%
;
overflow
:
hidden
;
}
html
{
background-image
:
url('./images/background_no_shadow.png')
;
box-shadow
:
inset
0
0
1000px
#000000
;
}
.login-page
{
top
:
200px
;
position
:
relative
;
}
.title
{
font-family
:
'Shojumaru'
,
cursive
;
font-size
:
36px
;
text-shadow
:
5px
5px
0px
#CCCCCC
,
5px
-5px
0px
#CCCCCC
,
-5px
5px
0px
#CCCCCC
,
-5px
-5px
0px
#CCCCCC
;
}
.title
h1
{
max-width
:
max-content
;
margin
:
0
auto
;
text-align
:
center
;
}
.menu
{
position
:
relative
;
top
:
40px
;
margin
:
0
auto
;
width
:
30%
;
display
:
flex
;
flex-direction
:
column
;
}
.menu
button
{
text-align
:
center
;
font-family
:
'Shojumaru'
,
cursive
;
font-size
:
30px
;
height
:
100px
;
background-color
:
rgba
(
204
,
204
,
204
,
0.5
);
border
:
none
;
margin
:
15px
32px
;
}
.menu
button
:hover
{
background-color
:
rgba
(
204
,
204
,
204
,
0.8
);
}
\ 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