Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project-melon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
65160381
project-melon
Commits
902004b7
Commit
902004b7
authored
3 months ago
by
65160381
Browse files
Options
Downloads
Patches
Plain Diff
8.1
parent
e091ec97
No related branches found
No related tags found
No related merge requests found
Pipeline
#601
passed with warnings
3 months ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/styles/home.css
+112
-0
112 additions, 0 deletions
public/styles/home.css
public/styles/login®ister.css
+1
-1
1 addition, 1 deletion
public/styles/login®ister.css
with
113 additions
and
1 deletion
public/styles/home.css
0 → 100644
+
112
−
0
View file @
902004b7
body
{
font-family
:
'Roboto'
,
sans-serif
;
margin
:
0
;
padding
:
0
;
background-color
:
#f4f6f9
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
min-height
:
100vh
;
color
:
#333
;
}
/* Home Container */
.home-container
{
width
:
100%
;
max-width
:
1200px
;
padding
:
30px
;
background-color
:
#ffffff
;
border-radius
:
12px
;
box-shadow
:
0
6px
15px
rgba
(
0
,
0
,
0
,
0.1
);
margin
:
20px
;
box-sizing
:
border-box
;
}
/* Title */
h1
{
font-size
:
36px
;
color
:
#333
;
margin-bottom
:
20px
;
text-align
:
center
;
}
/* Section */
.section
{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
30px
;
justify-content
:
space-between
;
margin-top
:
20px
;
}
/* Card */
.card
{
flex
:
1
;
min-width
:
280px
;
padding
:
20px
;
background-color
:
#ffffff
;
border-radius
:
10px
;
box-shadow
:
0
4px
10px
rgba
(
0
,
0
,
0
,
0.1
);
transition
:
all
0.3s
ease
;
text-align
:
center
;
}
.card
:hover
{
transform
:
translateY
(
-5px
);
box-shadow
:
0
6px
15px
rgba
(
0
,
0
,
0
,
0.2
);
}
/* Card Title */
.card
h2
{
font-size
:
24px
;
color
:
#ff7e5f
;
margin-bottom
:
15px
;
}
/* Card Description */
.card
p
{
font-size
:
16px
;
color
:
#555
;
line-height
:
1.6
;
}
/* Button */
.card
button
{
padding
:
12px
20px
;
background-color
:
#ff7e5f
;
color
:
white
;
font-size
:
16px
;
border
:
none
;
border-radius
:
8px
;
cursor
:
pointer
;
margin-top
:
15px
;
transition
:
background-color
0.3s
ease
;
}
.card
button
:hover
{
background-color
:
#feb47b
;
}
/* Footer */
footer
{
margin-top
:
40px
;
text-align
:
center
;
font-size
:
14px
;
color
:
#777
;
}
/* Responsive Design */
@media
(
max-width
:
768px
)
{
.home-container
{
padding
:
20px
;
}
.section
{
flex-direction
:
column
;
align-items
:
center
;
}
.card
{
margin-bottom
:
20px
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
public/styles/login®ister.css
+
1
−
1
View file @
902004b7
...
@@ -75,7 +75,7 @@ a {
...
@@ -75,7 +75,7 @@ a {
}
}
a
:hover
{
a
:hover
{
color
:
#
feb47b
;
color
:
#
2f7df3
;
}
}
/* Error message */
/* Error message */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment