-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (50 loc) · 793 Bytes
/
style.css
File metadata and controls
53 lines (50 loc) · 793 Bytes
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
body{
background-image: linear-gradient(to right,#FFFCFF,#D5FEFD
);
}
.container{
width: 320px;
height:320px;
margin:auto;
margin-top: 100px;
}
h1{
text-align: center;
font-size: 50px;
font-family: 'Gloria Hallelujah', cursive;
}
#message{
font-size: 18pt;
font-family: 'Roboto Mono', monospace;
}
.row{
height: 100px;
}
.col{
height: 100px;
width: 100px;
float: left;
font-size: 100px;
text-align: center;
line-height: 100px;
font-family: 'Covered By Your Grace', cursive;
}
.col:hover{
background-color:#F0F8FF;
}
.bottom-bord{
border-bottom: 10px solid black;
}
.col-border{
border-right: 10px solid black;
}
.new{
margin: 171px;
margin-left: 427px;
}
#restart{
font-size: 18pt;
font-family: 'Roboto Mono', monospace;
text-decoration: none;
color:black;
}