Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
app-todo
Project
Project
Details
Activity
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
Geovanny E. Vera Pazmino
app-todo
Commits
170ec368
Commit
170ec368
authored
Apr 02, 2020
by
Milan Iliev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Extract CSS into main.css
parent
cb4438d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
33 deletions
+31
-33
index.html
index.html
+1
-33
main.css
main.css
+30
-0
No files found.
index.html
View file @
170ec368
...
...
@@ -2,39 +2,7 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf8"
/>
<style>
body
{
display
:
grid
;
grid-template
:
"summary detail"
1
fr
"controls controls"
40px
/
1
fr
1
fr
;
}
task-list
{
grid-area
:
summary
;
display
:
grid
;
}
task-summary
:hover
{
background-color
:
#eee
;
cursor
:
pointer
;
}
task-summary
:active
{
background-color
:
#ddd
;
}
task-detail
{
grid-area
:
detail
;
background-color
:
#eee
;
}
</style>
<link
rel=
"stylesheet"
href=
"main.css"
/>
</head>
<body>
...
...
main.css
0 → 100644
View file @
170ec368
body
{
display
:
grid
;
grid-template
:
"summary detail"
1
fr
"controls controls"
40px
/
1
fr
1
fr
;
}
task-list
{
grid-area
:
summary
;
display
:
grid
;
}
task-summary
:hover
{
background-color
:
#eee
;
cursor
:
pointer
;
}
task-summary
:active
{
background-color
:
#ddd
;
}
task-detail
{
grid-area
:
detail
;
background-color
:
#eee
;
}
\ 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