-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathv.css
More file actions
89 lines (85 loc) · 1.6 KB
/
v.css
File metadata and controls
89 lines (85 loc) · 1.6 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
.html .body {
margin: 0px;
width: 100%;
background: url('../MY\ P/iz.jpg')no-repeat center center/cover;
content: "";
position: absolute;
top: 0%;
right: 0%;
height: 100px;
z-index: -1;
opacity: .8;
}
.home{
background: url('../MY\ P/iz.jpg');
background-size: cover;
min-height: 120vh;
height: 200vh;
}
.home h3{
margin-top: 150px;
margin-left: 350px;
}
.header {
display: flex;
background-color: rgba(0, 0, 0, 0.089);
align-items: flex-end;
position: static;
padding: 5px 5px;
margin: 1px;
justify-content: space-between;
}
ul {
display:flex;
justify-content:space-between;
padding: 10px;
}
.header ul {
list-style: none;
display: flex;
padding-left: 80px;
width: 30%;
}
.header ul li {
justify-content: center;
width: 20px;
padding-left: 0%;
color: black;
display: flex;
}
.header ul li a {
text-decoration: none;
color: black;
padding: 5px 20px;
background-color: whitesmoke;
}
.header ul li {
text-decoration: none;
color: aliceblue;
padding: 3px 30px;
margin-left: 20px;
}
.pleasure h3{
font-weight: bold;
font-size: xx-large;
}
.login {
width: 200px;
height: 100px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 3px;
border: 2px solid rgb(252, 249, 249);
margin-left: 90px;
padding: 30px;
margin-top: 25px;
border: 3ch;
}
.login div button {
background-color: rgba(0, 0, 0, 0.541);
}
footer{
text-align: center;
padding: 3px;
background-color:rgba(0, 0, 0, 0.288);
color: white;
}