-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathunity.css
More file actions
97 lines (86 loc) · 1.75 KB
/
Copy pathunity.css
File metadata and controls
97 lines (86 loc) · 1.75 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
body{
background-image: url("https://images.unsplash.com/photo-1475762638009-d74671ecd29b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80");
background-size: cover;
background-attachment: fixed;
overflow-x: hidden;
}
table{
border: 2px solid rgba(0, 99, 0,0.7);
}
#ip{
position: absolute;
width: 50vw;
margin-top:2%;
margin-bottom:3%;
border: 2px solid rgba(255, 255, 255, 0.5);
border-bottom:1px solid gray;
top: 45%;
left: 20%;
background-color: white;
height: 7vh;
border-radius: 3px;
z-index: 10;
}
#getnut{
background-color: rgb(158, 54, 6);
border: 1px solid rgba(255, 255, 255, 0.5);
border-bottom:2px solid rgb(158, 54, 6);
border-radius: 10px;
width: 5%;
height: 8vh;
margin-left: 72%;
margin-top: 17.2%;
}
#output{
align-items: center;
margin-top: 10%;
height: 100vh;
margin-left: 22%;
color: white;
padding: 2%;
width: 50vw;
font-size: 25px;
text-align: center;
}
#again{
background-color: rgba(0, 99, 0,0.9);
width: 8vw;
height: 6vh;
font-size: 18px;
border: 2px solid rgb(1, 65, 1);
margin-left: 40%;
border-radius: 5px;
color: white;
}
#one
{
background: url("back.jpg");
background-repeat: no-repeat;
background-size: cover;
color: white;
}
#one1
{
color: white;
border-left: 6px solid white;
height: auto;
margin-left: 2%;
font-size: 30px;
padding-top: 2%;
color: white;
}
a:link, a:visited
{
float: right;
color: white);
font-size: 30px;
font-weight: bold;
padding: 1px 50px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active
{
color: blue;
}