-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (67 loc) · 1.29 KB
/
style.css
File metadata and controls
75 lines (67 loc) · 1.29 KB
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
70
71
72
73
74
75
.button{
width: 120px;
height: 120px;
display:inline;
text-align: center;
align-items: center;
justify-content: center;
margin-left: 130px;
padding: 55px;
border-radius: 16px;
padding-top: 0px;
}
.canvas{
width: 100%;
height:50%;
margin-top: 100px;
text-align: center;
}
#yellow{
background-color: yellow;
width: 4px;
color: yellow;
height: 150px;
border: 4px solid yellow;
}
#black{
background-color: black;
width: 5px;
height: 150px;
border: 4px solid black;
}
#grey{
background-color:grey;
color: grey;
width: 5px;
height: 150px;
border: 4px solid grey;
}
#red{
background-color: red;
color: red;
width: 5px;
height: 150px;
border: 4px solid red;
}
nav{
text-align: center;
border: 2px solid rgb(226, 224, 224);
padding: 40px;
background-color:rgb(226, 224, 224) ;
}
a{
padding: 18px;
padding-left: 50px;
padding-right: 50px;
background-color: rgb(187, 183, 183);
border-radius: 9px;
margin-left: 20px;
margin-right: 20px;
width: 50px;
text-decoration: none;
color: black;
font-weight: 800;
}
h2{
padding-top: 48px;
}