-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (62 loc) · 876 Bytes
/
style.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
body{
font-size:50px;
text-align:center;
}
#buttons{
text-align:center;
margin-bottom:1%;
}
iframe{
margin-bottom:2%;
background-color:white;
border-radius:10px;
border:5px solid orange;
}
button{
border:2px solid orange;
padding:5px;
background-color:orange;
border-radius:10%;
color:white;
box-shadow: 0px 6px 0px #e29b16;
font-size:25px;
}
button:active{
box-shadow:0px 6px 0px;
font-size:20px;
}
button:hover{
cursor:pointer;
}
p{
font-size:30px;
color:orange;
}
a{
color:orange;
text-decoration:none;
font-size:30px;
}
a:hover{
text-decoration:underline;
}
input{
background-color:orange;
border:2px solid orange;
padding:5px;
border-radius:10%;
color:white;
box-shadow: 0px 6px 0px #e29b16;
font-size:25px;
}
#size{
background-color:white;
color:orange;
width:10%;
box-shadow:none;
}
h1{
font-size:50px;
color:orange;
margin:5%;
}