-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (48 loc) · 831 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
body{
width: 90vw;;
height: 85vh;
}
h1{
color: rgb(23, 114, 23);
display: block;
font-family: Copperplate,Copperplate Gothic Light,fantasy;
}
#playBoard{
width: 900px;
height: 500px;
margin-top: 5vh;
background-color: black;
}
#game{
width: 200px;
height: 50px;
background-color: aqua;
padding: 0px;
text-align: center;
display: block;
}
#game:hover{
cursor: pointer;
}
#game h3{
margin: 0px;
}
#rode2{
margin-top: 61%;
}
.container{
width: 70%;
margin-left: 15%;
margin-top: -5%;
text-align: center;
}
#maintext>a{
text-decoration: none;
color: black;
}
#maintext{
font-family: Goudy Old Style,Garamond,Big Caslon,Times New Roman,serif;
}
p{
font-family: Goudy Old Style,Garamond,Big Caslon,Times New Roman,serif;
}