Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Wang, Vincent H
simplewebapp
Commits
47c9f0e2
Commit
47c9f0e2
authored
Jan 23, 2021
by
RobJBarr
Browse files
Added style html file
parent
84c1ba0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/ic/doc/web/style.html
0 → 100644
View file @
47c9f0e2
<style>body
{
font-family
:
Helvetica
,
sans-serif
;
}
.container
{
width
:
500px
;
height
:
350px
;
background-color
:
rgb
(
238
,
238
,
238
);
position
:
fixed
;
border
:
2px
solid
rgb
(
190
,
190
,
190
);
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-90%
);
border-radius
:
20px
;
padding
:
40px
;
}
h1
{
font-family
:
Helvetica
,
sans-serif
;
margin-top
:
30px
;
}
hr
{
border
:
3px
solid
rgb
(
190
,
190
,
190
);
border-radius
:
5px
;
}
input
[
type
=
text
],
select
{
width
:
100%
;
padding
:
12px
20px
;
margin
:
8px
0
;
display
:
inline-block
;
border
:
1px
solid
#ccc
;
border-radius
:
4px
;
box-sizing
:
border-box
;
}
input
[
type
=
submit
],
button
{
width
:
100%
;
background-color
:
#4CAF50
;
color
:
white
;
padding
:
14px
20px
;
margin
:
8px
0
;
border
:
none
;
border-radius
:
4px
;
cursor
:
pointer
;
}
input
[
type
=
submit
]
:hover
{
background-color
:
#45a049
;
}
form
{
margin-top
:
30px
;
}
</style>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment