Toggle navigation
Toggle navigation
This project
Loading...
Sign in
천현우
/
Voicoding
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-06-02 19:03:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d4b09361164e078450b4a63a47c4fa376745375
5d4b0936
1 parent
2f5678a0
plus2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
87 additions
and
0 deletions
Voicoding_web/Voico_Home.css
Voicoding_web/Voico_Home.css
0 → 100644
View file @
5d4b093
*
{
color
:
#ffc947
;
}
button
:hover
{
color
:
crimson
;
background
:
beige
}
p
{
font-size
:
50px
;
background-color
:
#ff9800
;
color
:
#f4ff81
;
}
button
{
background-color
:
#c66900
;
height
:
70px
;
width
:
300px
;
border-width
:
2px
;
border-style
:
solid
;
border-color
:
black
;
display
:
block
;
font-size
:
50px
;
font-weight
:
bold
;
display
:
inline-block
;
}
.container
{
height
:
200px
;
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
}
#start
{
margin-right
:
150px
;
position
:
relative
;
height
:
70px
;
width
:
300px
;
border-width
:
2px
;
border-style
:
solid
;
border-color
:
black
;
font-size
:
50px
;
font-weight
:
bold
;
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
}
#end
{
margin-left
:
150px
;
position
:
relative
;
height
:
70px
;
width
:
300px
;
border-width
:
2px
;
border-style
:
solid
;
border-color
:
black
;
font-size
:
50px
;
font-weight
:
bold
;
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
}
#text
{
font-family
:
'Do Hyeon'
,
sans-serif
;
font-size
:
50px
;
opacity
:
1
;
color
:
gray
;
width
:
500px
;
margin
:
0
auto
;
display
:
inline-block
;
}
#post
{
font-family
:
'Do Hyeon'
,
sans-serif
;
font-size
:
50px
;
opacity
:
1
;
color
:
gray
;
width
:
500px
;
margin
:
0
auto
;
display
:
inline-block
;
}
#python
{
font-family
:
'Do Hyeon'
,
sans-serif
;
font-size
:
50px
;
opacity
:
1
;
width
:
100px
;
margin
:
0
auto
;
display
:
block
;
align-self
:
center
;
}
\ No newline at end of file
Please
register
or
login
to post a comment