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
8843c2ea
Commit
8843c2ea
authored
May 13, 2023
by
Ysabella Panghulan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated base.css
parent
a1145b8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
60 additions
and
0 deletions
+60
-0
base.css
widget_princessgabi/static/stylesheets/base.css
+60
-0
No files found.
widget_princessgabi/static/stylesheets/base.css
View file @
8843c2ea
...
@@ -87,6 +87,66 @@ a:visited {
...
@@ -87,6 +87,66 @@ a:visited {
bottom
:
4rem
;
bottom
:
4rem
;
}
}
.list
{
border-radius
:
0.5rem
;
width
:
80%
;
}
h2
{
padding-left
:
2.5rem
;
padding-bottom
:
1rem
;
font-size
:
xx-large
;
}
ol
{
display
:
grid
;
grid-template-columns
:
repeat
(
auto-fit
,
minmax
(
25%
,
1
fr
));
column-gap
:
1rem
;
row-gap
:
1rem
;
padding
:
0
;
width
:
80%
;
margin-right
:
auto
;
margin-left
:
auto
;
counter-reset
:
my-counter
;
list-style-type
:
none
;
}
ol
li
::before
{
content
:
counter
(
my-counter
);
counter-increment
:
my-counter
;
content
:
counter
(
my-counter
,
decimal-leading-zero
)
'\A'
'\A'
;
white-space
:
pre
;
font-size
:
large
;
color
:
#7448F6
;
}
li
{
padding
:
0.80rem
;
cursor
:
pointer
;
transition
:
all
400ms
ease
;
text-align
:
center
;
}
a
{
color
:
inherit
;
text-decoration
:
none
;
}
li
:hover
{
background-color
:
#E9E3FE
;
color
:
#7448F6
;
border-color
:
transparent
;
box-shadow
:
2px
2px
5px
rgba
(
0
,
0
,
0
,
0.3
);
transform
:
translateY
(
-5px
);
}
@media
only
screen
and
(
max-width
:
780px
)
{
ol
{
display
:
grid
;
grid-template-columns
:
1
fr
;
}
}
@media
only
screen
and
(
max-width
:
1200px
)
{
@media
only
screen
and
(
max-width
:
1200px
)
{
header
{
header
{
line-height
:
1
;
line-height
:
1
;
...
...
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