From 80255411ee7040e0cebbf6b05d2ce323f6f2596e Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Fri, 22 Aug 2014 17:23:02 +0800 Subject: backup --- Back/Blocks/post/style.css | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Back/Blocks/post/style.css (limited to 'Back/Blocks/post/style.css') diff --git a/Back/Blocks/post/style.css b/Back/Blocks/post/style.css new file mode 100644 index 0000000..dc914b1 --- /dev/null +++ b/Back/Blocks/post/style.css @@ -0,0 +1,62 @@ +@import url(font.css); + +body { + background: white; + margin: 0; +} + +section { + margin: auto; + margin-top: 10px; + background: #333; + background-size:550px; + width: 700px; + height: 419px; + color: white; + font-family: Codystar, san-serif; + position: relative; + border: 20px solid white; + outline: 1px solid #Ccc; +} + +.imageblock { + margin-top:0px; + height:419px; + width:350px; + background: url('http://codecademy-content.s3.amazonaws.com/projects/wHS5Dt/champagne.png'); + background-position: 0px 0px; + +} +/* Image CC Some rights reserved by Alan Kim - http://www.flickr.com/photos/igraph/8329238413/sizes/l/ */ + +h1 { + /* Any styles here just affect your "

" tags. */ + font-size: 65px; + position: absolute; + margin: 0; + top: 50px; + left: 400px; +} + +h2 { + font-size: 14px; + position: absolute; + margin: 0; + top: 320px; + left: 400px; + font-family: arial; + font-weight:normal; +} + +p { + + margin: 0; + padding-top: 60px; + padding-left: 100px; +} + +img { + position: absolute; + top: 200px; + left: 120px; +} -- cgit v1.2.3