-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtic.css
More file actions
50 lines (50 loc) · 788 Bytes
/
tic.css
File metadata and controls
50 lines (50 loc) · 788 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
*{
margin:0;
padding:0;
}
.container {
height: 586px;
width: 58vw;
gap: 1.5em;
margin-top: 60px;
text-align: center;
margin-left: 290px;
}
button.box {
width: 37vmin;
height: 22vmin;
border:none;
text-decoration: none;
border-radius:5%;
margin:8px;
font-size:150px;
color:red;
}
body{
background-color: #B2AA8E;
text-align: center;
}
.reset{
border:none;
text-decoration: none;
padding:1rem;
border-radius: 5%;
background-color: black;
color:white;
cursor: pointer;
}
.new{
border:none;
text-decoration: none;
padding:1rem;
border-radius: 5%;
background-color: black;
color:white;
}
.new:hover{
cursor:pointer;
}
.hide {
height: 291px;
width: 100vw;
}