-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
119 lines (113 loc) · 2.4 KB
/
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body{
font-size: x-large;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
display: grid;
place-items: center;
text-align: center;
background-image: url(tyuiuuytt.jfif);
color: rgb(0, 0, 0);
text-shadow: 0 0 2px #ffffff, 0 0 2px #fffbfb, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
table {
border-collapse: collapse;
}
td {
place-content: center;
width: 20px;
height: 20px;
border: 2.5px solid black;/*rgb(16, 16, 16);*/
background-color: white;
}
input[type="number"] {
width:350px;
font-weight: bold;
align-items: center;
border: 2.5px solid rgb(14, 14, 14);
}
input[type="color"] {
width: 50px;
height: 25px;
}
#rows{
border: 2.5px solid white;
}
#cols{
border: 2.5px solid white;
}
button {
width: 90px;
height: 35px;
border: 2.5px solid rgb(255, 255, 255);
}
#create-grid{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: small;
}
#clear{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: medium;
width: 75px;
height: 40px;
border: 2.5px solirgb(9, 9, 9)ke;/*rgb(8, 5, 18)*/
}
#color-picker {
width: 75px;
height: 40px;
border: 2.5px solid rgb(22, 22, 22);
}
/*body{
font-size: x-large;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
display: grid;
place-items: center;
text-align: center;
background-image: url(spl.jpg);
}
table {
border-collapse: collapse;
}
td {
place-content: center;
width: 20px;
height: 20px;
border: 2.5px solid rgb(16, 16, 16);
background-color: white;
}
input[type="number"] {
width:350px;
font-weight: bold;
align-items: center;
border: 2.5px solid rgb(16, 16, 16);
}
input[type="color"] {
width: 50px;
height: 25px;
}
#rows{
border: 2.5px solid rgb(16, 16, 16);
}
#cols{
border: 2.5px solid rgb(16, 16, 16);
}
button {
width: 90px;
height: 35px;
border: 2.5px solid rgb(16, 16, 16);
}
#create-grid{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: small;
}
#clear{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: medium;
width: 75px;
height: 40px;
border: 2px solid rgb(8, 5, 18);
}
#color-picker {
width: 75px;
height: 40px;
border: 2.5px solid rgb(8, 5, 18);
}
*/