-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
110 lines (94 loc) · 1.58 KB
/
Copy pathstyle.css
File metadata and controls
110 lines (94 loc) · 1.58 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
/*
body {
font-size: 0.8em;
color: navy;
}
h1 {
color: #ffc;
background-color: #009;
}
h2 {
font-size: 1.5em;
background-color: #ccc;
margin: 1em;
padding: 3em;
border-style: dashed;
border-width: 3px;
border-left-width: 10px;
border-right-width: 10px;
border-color: red;
border-radius: 5px;
}
p {
margin: 25px 50px 75px;
}
p {
margin: auto;
width: 1160px;
border-left: 6px solid red;
}
div {
width: 300px;
margin: auto;
border: 1px solid red;
}
*/
body {
background-color: darkblue;
font-family: Verdana, sans-serif;
font-size: 16px;
color: gray;
margin: 1em;
padding: 0;
}
/* Кстати, это комментарий */
p {
line-height: 1.5em;
text-transform: uppercase;
text-align: justify;
text-align-last: right;
text-decoration-line: underline;
font-weight: bold;
}
h1 {
color: black;
background-color: white;
font-family: Georgia, serif;
font-size: 60px;
margin: 0;
margin-bottom: 0.5em;
padding: 0.25em;
font-style: italic;
text-align: center;
letter-spacing: /*0.5em*/4px;
border-bottom-style: solid;
border-bottom-width: 0.5em;
border-bottom-color: #c00;
text-shadow: 0 0 25px blue, 0 0 5px darkblue;
}
h2 {
color: white;
background-color: #090;
font-size: 1.5em;
margin: 0;
padding: 0.1em;
padding-left: 1em;
}
h3 {
color: #999;
font-size: 1.25em;
}
a {
text-decoration: none;
}
strong {
font-style: italic;
text-transform: uppercase;
}
li {
color: #900;
font-style: italic;
}
table {
background-color: #ccc;
}