-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
81 lines (70 loc) · 920 Bytes
/
index.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
body{
margin:0px;
}
header{
margin:0px;
width:100vw;
height:8vh;
}
#option{
float:right;
}
#option li{
display:inline-block;
}
#option button:hover
{
background-color: black;
color: white;
}
#option ul{
margin-right: 2vw;
}
#text{
z-index: 1;
margin-top:15vh;
position: absolute;
}
#text p{
margin-left:6vw;
color: orange;
font-size: 1.9em;
font-family: fantasy;
}
#main{
width:100vw;
height: 91vh;
margin-top: 1vh;
z-index: 1;
}
#sign_area{
background-color: #d3dae4;
opacity:0.6;
border:1px solid black;
display: none;
width:35vw;
height:35vh;
margin-top: 10vh;
}
#sign img{
height:40px;
width:40px;
margin-top:20px;
}
#signup_area{
background-color:#989ba2;
opacity:0.6;
border:1px solid black;
display: none;
width:35vw;
height:35vh;
margin-top: 10vh;
}
#signup{
display: none;
margin-top:3%;
}
#input
{
margin-top: 30px;
}