-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
151 lines (119 loc) · 2.15 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
body{
font-family:"garamond", "Inconsolata",sans-serif;
background-color: #4D362E;
overflow-x: hidden;
}
#tanya{
padding: 9px;
font-size: 55px;
color: #ebd1b6;
}
h2{
font-size: 45px;
}
h1,h2,p{
text-align: center;
}
p{
margin: auto;
color: #fad1a9;
text-align: left;
font-size: 22px;
padding: 42px;
display: inline-block;
max-width: 900px;
}
#aboutinfo{
padding-top: 50px;
text-align: center;
}
h1,h2{
color: rgb(253, 253, 253);
}
#home{
border: none;
}
.genreimage:hover{
transform: scale(1.1);
cursor: pointer;
}
.genreimage{
margin: 40px;
width: 250px;
display: flex;
flex-direction: column;
transition: transform 0.3s ease-in-out;
}
#homeimage{
display: block;
height: auto;
width: 100%;
margin: auto;
text-align: center;
background-size: cover;
background-position: center;
box-shadow: -3px -3px 20px 8px rgb(216, 184, 137);
/* border-radius:
box-shadow: 15px 15px 25px rgb(65, 70, 49); */
}
.block{
display: block;
margin: auto;
}
.input{
display: block;
margin: auto;
}
button{
padding: 5px;
margin: auto;
width: 70px;
cursor: pointer;
transition: all 0.2s ease-in;
}
button:hover{
transform: scale(0.9);
background-color: #ebe8e5;
}
#contact{
background-color: #bb956c;
box-shadow: 10px 10px 10px black;
margin: auto;
width: 75%;
padding-bottom: 20px;
}
form{
padding: 20px;
}
#genre {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 800px;
margin: 0 auto;
}
.renu {
position: relative;
width: 30%;
margin-bottom: 489px;
}
.renu p {
position: absolute;
padding: 10px;
/* bottom: ; */
left: 0;
right: 0;
margin: 0;
}
label{
font-size: 20px;
}
input, textarea{
height: 30px;
width: 250px;
}
button{
display: flex;
justify-content: center;
margin-top: 25px;
}