diff options
Diffstat (limited to 'Back/Blocks/post/style.css')
-rw-r--r-- | Back/Blocks/post/style.css | 62 |
1 files changed, 0 insertions, 62 deletions
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 @@ | |||
1 | @import url(font.css); | ||
2 | |||
3 | body { | ||
4 | background: white; | ||
5 | margin: 0; | ||
6 | } | ||
7 | |||
8 | section { | ||
9 | margin: auto; | ||
10 | margin-top: 10px; | ||
11 | background: #333; | ||
12 | background-size:550px; | ||
13 | width: 700px; | ||
14 | height: 419px; | ||
15 | color: white; | ||
16 | font-family: Codystar, san-serif; | ||
17 | position: relative; | ||
18 | border: 20px solid white; | ||
19 | outline: 1px solid #Ccc; | ||
20 | } | ||
21 | |||
22 | .imageblock { | ||
23 | margin-top:0px; | ||
24 | height:419px; | ||
25 | width:350px; | ||
26 | background: url('http://codecademy-content.s3.amazonaws.com/projects/wHS5Dt/champagne.png'); | ||
27 | background-position: 0px 0px; | ||
28 | |||
29 | } | ||
30 | /* Image CC Some rights reserved by Alan Kim - http://www.flickr.com/photos/igraph/8329238413/sizes/l/ */ | ||
31 | |||
32 | h1 { | ||
33 | /* Any styles here just affect your "<h1>" tags. */ | ||
34 | font-size: 65px; | ||
35 | position: absolute; | ||
36 | margin: 0; | ||
37 | top: 50px; | ||
38 | left: 400px; | ||
39 | } | ||
40 | |||
41 | h2 { | ||
42 | font-size: 14px; | ||
43 | position: absolute; | ||
44 | margin: 0; | ||
45 | top: 320px; | ||
46 | left: 400px; | ||
47 | font-family: arial; | ||
48 | font-weight:normal; | ||
49 | } | ||
50 | |||
51 | p { | ||
52 | |||
53 | margin: 0; | ||
54 | padding-top: 60px; | ||
55 | padding-left: 100px; | ||
56 | } | ||
57 | |||
58 | img { | ||
59 | position: absolute; | ||
60 | top: 200px; | ||
61 | left: 120px; | ||
62 | } | ||