forked from itmo2019/task1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (81 loc) · 1.41 KB
/
style.css
File metadata and controls
81 lines (81 loc) · 1.41 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
body {
color: rgba(19,13,9,0.86);
background-color: rgba(197,234,255,0.86);
padding: 10px 40px 10px;
}
span {
color: red;
font-size: 120%;
position: relative;
}
h3 {
font-size: 140%;
font-family: "Comic Sans MS", sans-serif;
margin-left: 20px;
}
h1 {
padding-left: 150px;
padding-right: 150px;
font-size: 200%;
margin: 0;
}
#tagList {
list-style-type: square;
list-style-position: outside;
color: firebrick;
background-color: rgba(255,193,200,0.86);
font-family: "Comic Sans MS", sans-serif;
}
img {
display: block;
margin-top: 10px;
}
.sc2 {
width: 300px;
height: 150px;
}
#tilda {
margin-left: 150px;
margin-top: 10px;
display: block;
height: 75%;
width: 75%;
}
mark {
background-color: red;
font-family: "Century Gothic", serif;
font-size: 120%;
}
iframe {
padding-top: 15px;
padding-left: 10px;
margin: 0;
width: 500px !important;
height: 500px !important;
}
[href = "https://tilda.cc/ru/"] {
color: coral;
font-size: 110%;
margin: 5px;
}
strong {
font-size: 105%;
font-family: "Century Gothic", serif;
margin: 5px;
}
s {
font-weight: bold;
font-size: 18px;
background-color: firebrick;
}
.p12 {
background-color: darkseagreen;
padding-top: 20px;
}
hr{
border: 2px dashed grey;
border-bottom: 1px dashed red;
}
i {
letter-spacing: 2px !important;
}