Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이재용
/
TFT_My_Galaxy
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
이재용
2020-06-29 13:59:00 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5fad412d6513ceadbc02c53f0304d2475873b710
5fad412d
1 parent
bd4022be
css 수정 (center3 추가)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
TFT_My_Galaxy/public/css/style.css
TFT_My_Galaxy/public/css/style.css
View file @
5fad412
...
...
@@ -47,11 +47,20 @@ body{
display
:
flex
;
align-items
:
center
;
justify-content
:
space-around
;
}
}
.center3
{
width
:
100vw
;
height
:
2vh
;
display
:
flex
;
align-items
:
center
;
justify-content
:
space-around
;
position
:
relative
;
left
:
150px
;
bottom
:
15px
}
.champImage
{
resize
:
both
;
max_width
:
100px
;
height
:
auto
;
}
.fontsizeup
{
...
...
Please
register
or
login
to post a comment