Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-04-09 18:41:31 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c0e257cc7420948ac2e7ed9d7d0ec97d25f6093f
c0e257cc
1 parent
f3b390ed
remove style tag
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
49 deletions
front/style.css
front/style.css
View file @
c0e257c
<
style
>
body
{
margin
:
0
;
}
h1
{
text-align
:
center
;
color
:
"black"
;
margin
:
0
;
padding
:
20px
}
a
{
color
:
"black"
;
body
{
margin
:
0
;
}
h1
{
text-align
:
center
;
color
:
"black"
;
margin
:
0
;
padding
:
20px
;
}
a
{
color
:
"black"
;
text-decoration
:
none
;
}
ol
{
border-right
:
1px
solid
gray
;
width
:
1
50px
;
margin
:
5
0px
;
padding
:
20px
;
}
ol
{
border-right
:
1px
solid
gray
;
width
:
150px
;
margin
:
50px
;
padding
:
2
0px
;
}
}
.image
{
.image
{
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
60%
;
margin-bottom
:
10px
;
}
.saw
{
margin-bottom
:
10px
;
}
.saw
{
color
:
black
;
text-decoration
:
none
;
}
#grid
{
}
#grid
{
display
:
grid
;
grid-template-columns
:
250px
1
fr
;
border-top
:
1px
solid
gray
;
}
#grid
ol
{
border-top
:
1px
solid
gray
;
}
#grid
ol
{
padding-left
:
40px
;
margin
:
0
;
margin
:
0
;
font-size
:
15px
;
}
#grid
li
{
}
#grid
li
{
padding-top
:
10px
;
padding-bottom
:
10px
;
font-size
:
15px
;
}
#grid
#article
{
font-size
:
15px
;
}
#grid
#article
{
padding-top
:
10px
;
padding-bottom
:
10px
;
padding-left
:
20px
;
/*grid안에 #article */
}
</
style
>
}
...
...
Please
register
or
login
to post a comment