forked from urfu-2015/verstka-tasks-4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
73 lines (73 loc) · 1.32 KB
/
index.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
html{
background-color: #DDCEA6;
}
body{
width: 1170px;
margin: auto;
padding: 10px;
background-color: rgba(255, 255, 255, 0.3);
}
header{
text-align: center;
}
footer{
text-align: right;
border-top: solid 1px #000;
}
p{
text-align: justify;
}
p::first-letter{
font-family: 'Bree Serif';
color: red;
font-size: 1.5em;
}
.name{
font-family: 'Lobster';
font-size: 30px;
}
.line{
font-size: 16px;
border-top: double 3px #000;
border-bottom: double 3px #000;
text-transform: uppercase;
}
.main_news{
-webkit-column-count: 3;
border: solid 3px red;
padding: 10px;
width: 70%;
margin: 3px 3px 3px 0;
}
.main_news h2 {
font-family: 'Bree Serif';
-webkit-column-span: all;
text-align: center;
color: red;
}
.other_news{
-webkit-column-count: 3;
width: 70%;
padding: 10px;
border: dotted 3px #000;
margin: 3px 3px 3px 0;
-webkit-column-rule: 3px dotted #000;
}
.other_news h2 {
font-family: 'Bree Serif';
-webkit-column-span: all;
text-align: center;
}
.other_news h3{
font-size: 16px;
}
.quotes{
float: right;
width: 25%;
padding: 10px;
border: solid 2px #000;
margin: 3px 0 3px 3px;
}
q{
font-family: 'Pacifico';
}