* {
padding
:
0
;
margin
}
p {
width
400px
height
position
absolute
top
50%
left
margin-top
-200px
margin-left
text-align
center
line-height
* { padding: 0; margin: 0; } p { width: 400px; height: 400px; position: absolute; top: 50%; left: 50%; margin-top: -200px; margin-left: -200px; text-align: center; line-height: 400px; }
background-color
#3BA9DE
p { background-color: #3BA9DE; }
@import
url
(style
1
.css);
color
#FFF
font-size
50px
@import url(style1.css); p { color: #FFF; font-size: 50px; }
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
link
href
"css/style.css"
rel
"stylesheet"
style
@import url(css/style2.css);
</
body
p
>Hello World!</