Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
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
sdy
2021-04-13 18:47:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
317ef6144546df3f08e3e95373490ecd1e7dd2d8
317ef614
1 parent
60cca236
Delete home.css
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
38 deletions
src/main/resources/static/css/home.css
src/main/resources/static/css/home.css
deleted
100644 → 0
View file @
60cca23
body
{
background
:
black
;
}
.container
{
width
:
60%
;
margin
:
10px
auto
;
background
:
#333
;
border-radius
:
6px
;
overflow
:
hidden
;
box-shadow
:
0
0
4px
rgba
(
0
,
0
,
0
,
0.4
),
0
4px
4px
rgba
(
0
,
0
,
0
,
0.2
);
}
.container
input
{
text-align
:
center
;
width
:
100%
;
background
:
transparent
;
border
:
0
;
font-size
:
30px
;
color
:
#fff
;
}
.suggestions
{
border-top
:
2px
solid
#999
;
}
.suggestions
>
div
{
padding
:
15px
;
font-size
:
20px
;
color
:
#fff
;
border-top
:
1px
solid
#666
;
cursor
:
pointer
;
}
.suggestions
>
div
:hover
{
background-color
:
#1e4dd4
;
}
.emphy
{
width
:
50%
;
margin
:
40px
auto
;
text-align
:
center
;
color
:
#fff
;
}
\ No newline at end of file
Please
register
or
login
to post a comment