значения свойства:
* {
margin
:
0
;
padding
}
.a{
height
400px
width
800px
position
absolute
top
50%
left
margin-top
-230px
margin-left
-430px
border
30px
solid
#D6E3BC
border-image:
url
(img/border.jpg)
30
stretch;
* { margin: 0; padding: 0; } .a{ height: 400px; width: 800px; position: absolute; top: 50%; left: 50%; margin-top: -230px; margin-left: -430px; border: 30px solid #D6E3BC; border-image: url(img/border.jpg) 30 stretch; }
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
link
href
"css/style.css"
rel
"stylesheet"
</
body
div
class
"a"
></