Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Hunger Buster - Breadcrumbs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Julia Santos
Hunger Buster - Breadcrumbs
Commits
72399d41
Commit
72399d41
authored
Mar 26, 2021
by
Andrea Tsai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload Sign Up Page CSS
parent
ced3e3a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
147 additions
and
0 deletions
+147
-0
mainSignUp.css
HTML and CSS Files/mainSignUp.css
+147
-0
No files found.
HTML and CSS Files/mainSignUp.css
0 → 100644
View file @
72399d41
body
{
width
:
100%
;
height
:
100%
;
margin
:
0px
;
}
.signUpHeader
{
background-color
:
rgba
(
40
,
40
,
40
,
1
);
width
:
100vw
;
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
25vw
);
}
.breadcrumbsHead
{
font-family
:
"Roboto Bold"
;
font-size
:
46px
;
margin-left
:
50px
;
color
:
white
;
grid-column
:
1
/
2
;
}
.sideHeader
{
grid-column
:
4
/
5
;
display
:
grid
;
grid-template-columns
:
repeat
(
2
,
12.5vw
);
}
.loginText
{
grid-column
:
1
/
2
;
font-family
:
"Roboto"
;
font-size
:
24px
;
margin-top
:
15px
;
color
:
white
;
text-align
:
center
;
}
.signUpButton
{
grid-column
:
2
/
3
;
margin
:
10px
;
background-color
:
rgba
(
140
,
140
,
140
,
0.7
);
transform
:
none
;
}
.signUpText
{
font-family
:
"Roboto Black"
;
font-size
:
16px
;
color
:
white
;
margin
:
10px
;
text-align
:
center
;
}
.lowerPage
{
width
:
100vw
;
display
:
grid
;
grid-template-columns
:
repeat
(
4
,
25vw
);
background-color
:
white
;
}
.signUpArea
{
grid-column
:
2
/
4
;
margin-top
:
20vh
;
border
:
solid
;
border-color
:
black
;
border-radius
:
10px
;
}
.breadcrumbsText
{
text-align
:
center
;
font-family
:
"Roboto Black"
;
font-size
:
36px
;
margin
:
10px
;
}
.signUpText2
{
text-align
:
center
;
font-family
:
"Roboto"
;
font-size
:
24px
;
margin
:
10px
;
}
.getStartedText
{
text-align
:
center
;
font-family
:
"Roboto Slab"
;
font-size
:
16px
;
margin
:
10px
;
}
.box
{
text-align
:
left
;
font-family
:
"Roboto Slab"
;
font-size
:
16px
;
margin
:
5px
;
margin-left
:
15px
;
margin-right
:
15px
;
border
:
solid
;
border-color
:
rgba
(
141
,
141
,
141
,
1
);
color
:
rgba
(
141
,
141
,
141
,
1
);
}
.lowerBar
{
display
:
grid
;
grid-template-columns
:
repeat
(
2
)
}
.alreadyHaveAccountText
{
grid-column
:
1
/
2
;
font-family
:
"Roboto"
;
font-size
:
16px
;
margin
:
10px
;
color
:
blue
;
}
.submitButton
{
grid-column
:
2
/
3
;
font-family
:
"Roboto"
;
font-size
:
16px
;
margin
:
10px
;
text-align
:
center
;
background-color
:
rgba
(
31
,
31
,
31
,
1
);
color
:
white
;
}
@font-face
{
font-family
:
Roboto
Bold
;
src
:
url(Roboto-Bold.ttf)
;
}
@font-face
{
font-family
:
Roboto
Black
;
src
:
url(Roboto-Black.ttf)
;
}
@font-face
{
font-family
:
Roboto
Medium
;
src
:
url(Roboto-Medium.ttf)
;
}
@font-face
{
font-family
:
Roboto
;
src
:
url(Roboto-Regular.ttf)
;
}
@font-face
{
font-family
:
Roboto
Slab
;
src
:
url(Roboto-Slab.ttf)
;
}
.signUpButton
:hover
{
background-color
:
rgba
(
140
,
140
,
140
,
1
);
transition
:
background-color
.5s
;
}
a
{
color
:
rgba
(
0
,
0
,
0
,
0
);
}
.main
{
margin-left
:
23%
;
}
\ 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