Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_group 25
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
Andre Matthew Dumandan
widget_group 25
Commits
c8a658eb
Commit
c8a658eb
authored
May 19, 2022
by
Rau Layug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated calendarapp styles.css
parent
314c17b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
styles.css
...et_group_25/widget_group_25/static/calendarapp/styles.css
+24
-2
No files found.
widget_group_25/widget_group_25/static/calendarapp/styles.css
View file @
c8a658eb
...
...
@@ -5,12 +5,13 @@
}
#content
{
padding
:
0
2em
;
padding
:
0
2
r
em
;
}
body
{
background-color
:
aliceblue
;
border
:
1em
solid
aquamarine
;
border
:
1rem
solid
aquamarine
;
font-size
:
1.5rem
;
font-family
:
'Roboto'
,
sans-serif
;
font-weight
:
300
;
color
:
rgb
(
51
,
51
,
51
);
...
...
@@ -22,4 +23,25 @@ body {
b
{
color
:
mediumpurple
;
font-weight
:
700
;
}
#course_block
{
width
:
25rem
;
padding
:
.5rem
;
margin
:
.8rem
;
border
:
.4rem
solid
lightcoral
;
background-color
:
lightyellow
;
}
img
{
margin
:
.3rem
;
height
:
18rem
;
width
:
32rem
;
object-fit
:
cover
;
border
:
0.5rem
solid
lightcoral
;
display
:
block
;
}
ul
{
list-style
:
none
}
\ 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