DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR CSS
css position fixed center
.center
{
position
:
fixed
;
top
:
50
%
;
left
:
50
%
;
transform
:
translate
(
-50
%
,
0
)
;
}
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#css
#position
#fixed
#center
ADD COMMENT
Topic
COMMENT
Name
6+9 =
Submit