-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.css
More file actions
124 lines (122 loc) · 2.93 KB
/
Copy pathdesign.css
File metadata and controls
124 lines (122 loc) · 2.93 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
#title{
margin: auto;
text-align: center;
margin-block: 25px;
color: rgb(125, 90, 80);
font-weight: bold;
text-shadow: 2px 2px 5px rgba(125, 90, 80, 0.5);
}
#flex-container{
display: flex;
background-color:rgb(125, 90, 80);
flex-direction: row;
justify-content: center;
overflow: auto;
border-radius: 10px;
}
#flex-container > div {
background-color:rgb(180, 132, 108);
width: 100px;
margin: 10px;
text-align: center;
font-size: 30px;
flex-basis: 75px;
flex-grow: 0;
flex-shrink: 0;
border-radius: 5px;
}
#textbox {
margin-top: 50px;
margin-left: 20px;
width: 350px;
height: 200px;
text-align: left;
vertical-align: top;
line-height: normal;
line-height: 1.2;
resize: both;
background-color:rgb(229, 178, 153);
border-radius: 5px;
}
#test {
background: url('z_finger.png')center center no-repeat;
height: 100px;
width: 100px;
margin: auto;
margin-left: 0px;
text-align:center;
/* transform: translateX(500px); 100px */
background-size: contain;
display: flex;
justify-content: center;
align-items:top;
color: rgb(125, 90, 80);
font-size: 19px;
font-weight: bold;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
transition: transform 0.5s;
}
button{
margin-left: 50px;
margin-top: 250px;
cursor: pointer;
width: 60px;
height: 40px;
border-color: rgb(125, 90, 80);
background-color: rgb(180, 132, 108);
border-radius: 3px;
box-shadow: 2px 2px 3px rgba(180, 132, 108, 0.5);
color: rgba(1)80, 132, 108;
}
.inputt{
flex-direction: column;
display: inline-block;
}
#inputbox{
margin-top: 20px;
margin-left: 20px;
width: 650px;
height: 50px;
text-align: left;
line-height: normal;
line-height: 1.2;
resize: both;
background-color:rgb(229, 178, 153);
display: block;
border-radius: 5px;
}
#startbox{
margin-top: 20px;
margin-left: 20px;
width: 350px;
height: 80px;
text-align: left;
line-height: normal;
line-height: 1.2;
resize: both;
background-color:rgb(229, 178, 153);
display: block;
border-radius: 5px;
}
.highlight {
background-color: rgb(180, 132, 108);
padding: 2px;
}
body {
background-color:rgb(252, 222, 192);
}
#subtitle{
margin: auto;
text-align: center;
margin-block: 25px;
color: rgb(125, 90, 80);
font-weight: bold;
text-shadow: 2px 2px 5px rgba(125, 90, 80, 0.5);
}
#steps{
margin: auto;
margin-block: 25px;
color: rgb(125, 90, 80);
font-weight: bold;
text-shadow: 2px 2px 5px rgba(125, 90, 80, 0.5);
}