Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
midterm_princessgabi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
Ysabella Panghulan
midterm_princessgabi
Commits
8cf6ea31
Commit
8cf6ea31
authored
May 13, 2023
by
Ysabella Panghulan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated base.css
parent
7cf48ae7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
94 additions
and
0 deletions
+94
-0
base.css
widget_princessgabi/static/stylesheets/base.css
+94
-0
No files found.
widget_princessgabi/static/stylesheets/base.css
View file @
8cf6ea31
*
{
--primary-color
:
#7448F6
;
--secondary-color
:
#E9E3FE
;
}
.container
{
font-family
:
Verdana
,
Geneva
,
Tahoma
,
sans-serif
;
}
header
{
text-align
:
center
;
line-height
:
0.5
;
}
h2
{
font-size
:
large
;
}
.btn-primary
{
width
:
max-content
;
display
:
inline-block
;
background-color
:
var
(
--primary-color
);
padding
:
0.75rem
1.2rem
;
border-radius
:
0.4rem
;
cursor
:
pointer
;
border
:
1px
solid
var
(
--primary-color
);
transition
:
all
400ms
ease
;
color
:
white
;
}
.btn-primary
:hover
,
.btn-secondary
:hover
{
background-color
:
var
(
--secondary-color
);
color
:
var
(
--primary-color
);
border-color
:
transparent
;
box-shadow
:
2px
2px
5px
rgba
(
0
,
0
,
0
,
0.3
);
transform
:
translateY
(
-5px
);
}
.btn-secondary
{
width
:
max-content
;
display
:
inline-block
;
padding
:
0.75rem
1.2rem
;
border-radius
:
0.4rem
;
cursor
:
pointer
;
border
:
1px
solid
var
(
--primary-color
);
background-color
:
transparent
;
transition
:
all
400ms
ease
;
color
:
var
(
--primary-color
)
}
a
{
text-decoration
:
none
;
}
a
:visited
{
text-decoration
:
none
;
}
.main
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
}
.add-btn
{
width
:
25%
;
display
:
inline-block
;
padding
:
0.75rem
1.2rem
;
margin-top
:
2.5rem
;
border-radius
:
0.4rem
;
cursor
:
pointer
;
border
:
1px
solid
var
(
--primary-color
);
transition
:
all
400ms
ease
;
color
:
var
(
--primary-color
);
text-align
:
center
;
}
.links
{
display
:
flex
;
flex-wrap
:
wrap
;
flex-direction
:
row
;
margin-top
:
2rem
;
align-items
:
center
;
justify-content
:
center
;
gap
:
1rem
;
width
:
100%
;
position
:
fixed
;
bottom
:
4rem
;
}
@media
only
screen
and
(
max-width
:
1200px
)
{
header
{
line-height
:
1
;
}
}
\ 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