forked from urfu-2018/markup-task-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
76 lines (66 loc) · 802 Bytes
/
index.css
File metadata and controls
76 lines (66 loc) · 802 Bytes
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
form
{
width: 500px;
height: 400px;
top: 15px;
left: 20px;
float: left;
}
label
{
padding-bottom: 5px;
display: flex;
}
.information
{
width: 350px;
}
h1
{
text-align: center;
font-size: 28px;
}
button
{
width: 120px;
height: 40px;
}
.letter
{
width: 600px;
height: 450px;
float: left;
background: #f5f5f5;
padding-left: 30px;
outline: 2px solid #dcdcdc;
}
.words p
{
float: left;
font-size: 21px;
top: 20;
left: 20;
}
img
{
width: 170px;
height: 170px;
margin-right: 20px;
float: right;
}
.words a
{
text-decoration: none;
}
hr
{
border: 1px solid #dcdcdc;
margin-left: -4%;
width: 600px;
margin-top: 55%;
}
.yandex
{
float: right;
margin-right: 30px;
}