-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
157 lines (141 loc) · 3.7 KB
/
Copy pathindex.css
File metadata and controls
157 lines (141 loc) · 3.7 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
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
152
153
154
155
156
157
/*josaid nascimento*/
@import url('https://fonts.googleapis.com/css2?family=Basic&family=Bodoni+Moda:ital@1&family=Cinzel+Decorative&family=Courgette&family=Galada&family=Lobster&family=Lobster+Two:ital@1&family=Mukta:wght@300;400&family=Nanum+Myeongjo&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Basic&family=Bodoni+Moda:ital@1&family=Cinzel+Decorative&family=Courgette&family=Galada&family=Lobster&family=Lobster+Two:ital@1&family=Mukta:wght@300;400&family=Nanum+Myeongjo&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: url(./img/spencer-DXobXpIa9_4-unsplash.jpg);
background-repeat: no-repeat;
background-size: cover;
}
nav .men{
display: flex;
flex-flow: row wrap;
text-align: right;
/*border: 1px solid black;*/
margin-top: 20px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo{
font-family: 'Lobster', cursive;
/*font-family: 'Lagosta', cursiva;*/
font-size: 35px;
margin-right: 16%;
margin-left: 10px;
color: black;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.instagram img{
width: 20px;
height: 20px;
}
.facebook img{
height: 18px;
width: 15px;
}
nav .men a{
color: #4400ff;
text-decoration: none;
padding: 0px 50px 10px 0px;
font-size: 17pt;
position: relative;
}
nav .men a::after{
content: " ";
width: 0%;
height: 4px;
background-color: #4400ff;
position: absolute;
top: 0;
left: 0;
transition: 0.5s ease-in-out;
}
nav .men a:hover::after{
width: 100%;
padding: 20x;
}
.box {
backdrop-filter: blur(8px);
text-align: center;
position: absolute;
color: #4400ff;
top: 30%;
left: 30%;
right: 30%;
bottom: 10%;
border-radius: 75% 50%/ 10% 20%;
max-height: 80%;
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.box form h1{
font-family: 'Dancing Script', cursive;
}
.box form span{
font-family: 'Dancing Script', cursive;
font-size: 15px;
}
form label{
font-size: 17px;
margin-bottom: 4px;
backdrop-filter: blur(8px);
}
form input{
padding: 15px;
outline: none;
border: 0;
margin-bottom: 20px;
font: 15px;
transition: all 0.5s;
backdrop-filter: blur(100px);
}
form input:focus{
border-radius: 16px;
backdrop-filter: blur(100px);
}
form textarea{
backdrop-filter: blur(8px);
padding: 5px;
outline: none;
border: 0;
font-size: 15px;
transition: all 0.5s;
}
form textarea:focus{
border-radius: 16px;
}
form button{
backdrop-filter: blur(8px);
padding: 15px;
cursor: pointer;
font-size: 16px;
background: transparent;
/*border: 2px solid #f5f5f5;*/
transition: all 1s;
margin-bottom: 20px;
}
form button:hover{
backdrop-filter: blur(8px);
border-radius: 16px;
}
.div{
border: 1px solid black;
width: 100%;
margin-top: 50%;
height: 300px;
backdrop-filter: blur(2px);
text-align: center;
border-top:5px solid rgba(50, 50, 93, 0.25);
font-size: 28px;
margin-bottom: 0;
}
.div h1{
font-family: 'Lobster', cursive;
letter-spacing: 2px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.div p{
text-align: center;
}