-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
65 lines (57 loc) · 1.12 KB
/
style.css
File metadata and controls
65 lines (57 loc) · 1.12 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
.title{
color: rgb(61, 61, 255);
}
.photo_title{
background-color: rgb(117, 117, 117);
color: white;
}
select{
padding: 5px;
margin: 5px;
border: 1px solid grey;
border-radius: 1em;
}
button{
color: white;
border: 1px solid blue;
border-radius: 0.2em;
background-color:rgb(111, 111, 255);
height: 20px;
width: 80px;
margin: 0px 0px 15px;
}
button:hover{
color: white;
border: 1px solid blue;
border-radius: 0.2em;
background-color:rgb(50, 50, 255);
height: 20px;
width: 80px;
margin: 0px 0px 15px;
}
.secret_button{
margin-left: 50px;
margin-right: 50px;
text-align: center;
height: 50px;
width: 250px;
border: 1px solid white;
background-color: white;
color: white;
}
.secret_button:hover{
margin-left: 50px;
margin-right: 50px;
text-align: center;
height: 50px;
width: 250px;
border: 1px solid white;
background-color: yellow;
color: black;
}
.hidden{
display: none;
}
.box{
border: 1px solid rgb(200, 200, 200);
}