forked from urfu-2018/markup-task-3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
113 lines (96 loc) · 1.51 KB
/
index.css
File metadata and controls
113 lines (96 loc) · 1.51 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
@import url('https://fonts.googleapis.com/css?family=UnifrakturCook:700');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script|Indie+Flower|Mali|Shadows+Into+Light|Spicy+Rice');
body
{
background: #ebd2b5;
}
.newspaper
{
width: 900px;
height: 1100px;
background: #cca474;
}
header
{
font-family: 'UnifrakturCook', cursive;
font-size: 45px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
}
td
{
width: 450px;
vertical-align: top;
}
.date
{
text-align: right;
}
.first
{
width: 300px;
border-right: 2px solid black;
}
.first div
{
width: 290px;
height: 100px;
border: 2px solid black;
font-weight: bold;
font-size: 110%;
font-family: cursive;
}
.newspaper p::first-letter
{
font-weight: bold;
font-size: 110%;
font-family: Verdana;
}
.subtitle
{
font-family: 'Mali';
font-size: 110%;
font-style: oblique;
font-weight: bold;
letter-spacing: 2px;
}
.second
{
border-right: 2px solid black;
width: 300px;
}
.pic
{
position: absolute;
z-index: 1;
width: 490px;
height: 320px;
margin-left: 330px;
margin-top: -235px;
display: block;
}
.third
{
width: 300px;
}
.vertical
{
padding: 10px;
margin: 10px;
float: left;
width: .5em;
word-wrap: break-word;
border: 1px solid black;
font-family: 'Indie Flower';
font-weight: bold;
}
h1
{
font-family: 'Spicy Rice';
font-size: 16px;
}
.tabl
{
position: relative;
}