Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김명주
/
kartrider
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김명주
2021-11-29 14:43:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ade78b9ed7eee52d0a2d500977faf81ca30759f
2ade78b9
1 parent
d6cb3fa9
Update font size
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
views/test_result.css
views/test_result.css
View file @
2ade78b
...
...
@@ -144,7 +144,6 @@
#text1
{
position
:
relative
;
left
:
15%
;
font-family
:
'Nanum Gothic'
;
font-size
:
50px
;
font-weight
:
bold
;
...
...
@@ -152,7 +151,6 @@
#text2
{
position
:
relative
;
left
:
15%
;
font-family
:
'Nanum Gothic'
;
font-size
:
70px
;
font-weight
:
bold
;
...
...
@@ -162,11 +160,13 @@
{
position
:
relative
;
font-family
:
'Nanum Gothic'
;
width
:
120px
;
height
:
40px
;
font-size
:
x-large
;
font-weight
:
bold
;
color
:
white
;
top
:
80%
;
left
:
3
5
%
;
left
:
3
0
%
;
background-color
:
rgb
(
0
,
153
,
255
);
}
...
...
@@ -177,6 +177,8 @@
font-size
:
x-large
;
font-weight
:
bold
;
color
:
white
;
width
:
120px
;
height
:
40px
;
top
:
80%
;
left
:
55%
;
background-color
:
rgb
(
0
,
153
,
255
);
...
...
Please
register
or
login
to post a comment