-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewspaper.css
93 lines (91 loc) · 1.58 KB
/
newspaper.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
html,body {
max-width: 100%
}
body {
margin: 0px;
}
.top-content img{
position: absolute;
background-size:cover;
background-position: center;
width:1280px;
height: 340px;
max-width: 100%;
}
.top-content p {
font-family: big john;
color: white;
background-color:black;
border: 3px solid black;
border-radius:3px;
width:200px;
padding-left:20px;
margin:0px;
margin-left:20px;
position:absolute;
top:30px;
}
.body-content {
margin-left: 50px;
margin-right:50px;
border:3px solid black;
border-radius: 5px;
margin-top:-50px;
background-color:gray;
color:black;
padding-left:50px;
font-family: big john;
position: absolute;
top:300px;
}
.body-content h2 {
border: 3px solid black;
border-radius: 5px;
width:200px;
padding-left:20px;
background-color:black;
color:white;
margin-left: -90px;
}
.second-top-content img{
margin-top:820px;
background-size:cover;
background-position:center;
width:1280px;
height:400px;
max-width: 100%;
}
.second-top-content p {
font-family: big john;
color: white;
background-color:black;
border: 3px solid black;
border-radius:3px;
width:200px;
padding-left:20px;
margin-top:-340px;
margin-left:20px;
position:relative;
}
.second-body-content {
margin-left: 50px;
margin-right:50px;
border:3px solid black;
border-radius: 5px;
margin-top:-50px;
background-color:gray;
color:black;
padding-left:50px;
font-family: big john;
margin-top:200px;
position:relative;
}
.second-body-content h2 {
border: 3px solid black;
border-radius: 5px;
width:200px;
padding-left:20px;
background-color:black;
color:white;
margin-left: -90px;
}