From b214f38d2c24a890ce36512a0c8bab965e27a508 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Tue, 23 Sep 2014 22:34:14 +0800 Subject: README --- Back/Blocks/post/style.css | 62 ---------------------------------------------- 1 file changed, 62 deletions(-) delete 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 deleted file mode 100644 index dc914b1..0000000 --- a/Back/Blocks/post/style.css +++ /dev/null @@ -1,62 +0,0 @@ -@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