-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
118 lines (96 loc) · 1.61 KB
/
style.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
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
114
115
116
117
118
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body {
background-color: #ffeedd;
margin: 0;
}
h1, h2 {
font-style: italic;
color: #884400;
}
li {
padding: 7px;
font-size: 20px;
}
p {
font-size: 20px;
color: #221100;
}
iframe {
width: 100%;
height: 1800px;
border: none;
}
footer {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
background-color: #ffddbb;
}
.head {
height: 150px;
text-align: center;
color: brown;
padding-top: 5px;
background-color: #ffe6cc;
font-family: "Pacifico", cursive;
font-weight: 400;
font-style: normal;
font-size: 50px;
border-radius: 30px;
}
.block1 {
display: flex;
padding-left: 10px;
}
.menu {
width: 400px;
height: 900px;
padding-left: 20px;
padding-bottom: 20px;
border: 4px solid brown;
border-radius: 25px;
}
.menu ul {
list-style: none;
padding-inline-start: 0;
margin-right: 15px;
}
.menu a {
text-decoration: none;
color: #221100;
font-size: 30px;
}
.menu a:hover {
text-decoration: underline;
}
.menu li > a {
font-size: 18px;
padding: 0;
}
.content {
width: 1110px;
padding-left: 20px;
padding-bottom: 20px;
}
.prop-title {
font-size: 20px;
font-style: italic;
color: #aa5500;
}
.prop-value {
font-weight: 500;
font-weight: 500;
font-size: 20px;
}
.eda {
border-radius: 20px;
}
.menu-title {
background-color: #ffdfbd;
padding: 10px;
}
.comments {
display: flex;
justify-content: center;
margin-bottom: 40px;
}