-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwow.css
70 lines (67 loc) · 1.07 KB
/
wow.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
#wrap {
width:1000px;
margin:auto;
box-shadow:5px 5px 5px 5px grey;
border-radius:10px;
background-image:url(back2.jpg);
}
@font-face {
font-family: gabrielles;
scr:url(gabrielle.ttf);
}
#content {
width: 500px;
border: 1px solid white;
background: #ssoonn;
padding: 5px;
margin: 40px auto;
box-shadow: 10px 10px 10px silver;
border-radius: 10px;
color:silver;
}
#content td{
color:white;
}
#content input {
border-radius: 5px;
height: 30px;
font-weight: bold;
font-style: italic;
font-size:17px;
}
#tampil {
width: 800px;
border: 1px solid white;
background: #ssoonn;
padding: 5px;
margin: 40px auto;
box-shadow: 10px 10px 10px silver;
border-radius: 10px;
color:silver;
}
#tampil input{
border-radius: 5px;
height: 30px;
font-weight: bold;
font-style: italic;
font-size:17px;
}
#tampil th{
color:white;
}
#tampil td{
font-size:25px;
}
#footer {
clear:both;
margin-top:50px;
margin-width:1000px;
height:80px;
background-color:lightgrey;
color:black;
display:block;
text-align:center;
padding:2px;
opacity: 0.4;
filter: alpha(opacity=40);
}