-
Notifications
You must be signed in to change notification settings - Fork 0
/
wikipedia.css
68 lines (64 loc) · 1.09 KB
/
wikipedia.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
.mainpage img{
display: block;
height: 50px;
width: 350px;
margin: 0 auto;
margin-top: 250px;
position:relative;
}
.clickpage img{
display: block;
height: 50px;
width: 150px;
margin-left:25px;
margin-top: 25px;
position:relative;
}
.line{
margin-top: 45px;
width:100%;
height: 2px;
color:black;
background-color: black;
}
#userInput{
display: block;
margin : 0 auto;
height: 40px;
width:400px;
margin-top:20px;
box-shadow: 4px 4px 2px 2px #888888;
border-radius:4px;
position:relative;
text-align: center;
}
.submitBtn{
margin-left:440px;
height: 30px;
width:150px;
margin-top:20px;
background-color: white;
color: black;
border-radius:4px;
border: 2px solid black;
position:absolute;
}
.random{
margin-left:610px;
height: 30px;
width:150px;
margin-top:20px;
background-color: white;
color: black;
border-radius:4px;
border: 2px solid black;
position:absolute;
}
.random a{
text-decoration: none;
color: black;
}
input[type = 'text']
{
font-size:18px;
}