Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ProjectClient_Y1S1_TramshedTech_15.git
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Beaumont Mogridge
ProjectClient_Y1S1_TramshedTech_15.git
Commits
453cd5e8
Commit
453cd5e8
authored
3 years ago
by
Rhiannon Austin
Browse files
Options
Downloads
Patches
Plain Diff
Finished css
parent
47b8f6c5
No related branches found
No related tags found
1 merge request
!18
Login
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
database.db
+0
-0
0 additions, 0 deletions
database.db
static/style.css
+10
-0
10 additions, 0 deletions
static/style.css
templates/login.html
+8
-0
8 additions, 0 deletions
templates/login.html
with
18 additions
and
0 deletions
database.db
+
0
−
0
View file @
453cd5e8
No preview for this file type
This diff is collapsed.
Click to expand it.
static/style.css
+
10
−
0
View file @
453cd5e8
...
...
@@ -67,6 +67,9 @@ nav ul {
background-color
:
black
;
}
form
{
text-align
:
center
;
}
nav
li
a
{
display
:
block
;
...
...
@@ -75,6 +78,13 @@ nav li a {
padding
:
14px
16px
;
text-decoration
:
none
;
}
nav
ul
p
{
display
:
block
;
color
:
white
;
float
:
left
;
padding
:
18px
20px
;
text-decoration
:
none
;
}
nav
li
a
:hover
{
...
...
This diff is collapsed.
Click to expand it.
templates/login.html
+
8
−
0
View file @
453cd5e8
...
...
@@ -13,6 +13,14 @@
<title>
{% block title %}{% endblock %} - Tramshed Workspaces
</title>
</head>
<body
class=
"body"
>
<header><img
src=
"/static/Tramshed_Logo.jpg"
alt=
"Logo"
height=
"50"
width=
"100"
>
Login
</header>
<nav>
<ul>
<p></p>
</ul>
</nav>
<!-- <div class="parallax">
<body class="body">
...
...
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