File tree 4 files changed +20
-3
lines changed
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
< link rel ="manifest " href ="%PUBLIC_URL%/manifest.json " />
13
13
14
- < title > Hox</ title >
14
+ < title >
15
+ Hox
16
+ </ title >
15
17
</ head >
16
18
< body style ="
17
19
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ input[type=text]:focus{
21
21
outline : none;
22
22
23
23
24
+ }
25
+ input [type = file ]{
26
+ background-color : black;
24
27
}
25
28
td , a {
26
29
color : black !important ;
@@ -44,3 +47,7 @@ width: 100px;
44
47
font-size : 122px !important ;
45
48
font-weight : bold;
46
49
}
50
+ tr td {
51
+ font-family : sans-serif;
52
+ font-size : 12px ;
53
+ }
Original file line number Diff line number Diff line change @@ -20,7 +20,13 @@ class Main extends Component {
20
20
< div className = "content" >
21
21
< p > </ p >
22
22
< div className = "card mb-3 mx-auto " id = "onee" style = { { maxWidth : '512px' } } >
23
- < h2 className = "h2ahne" className = "text-black text-monospace" > < b > < span style = { { color :'red' , fontSize :55 } } > Hox</ span > < span style = { { color :'rd' } } > it</ span > < span style = { { color :' ' } } > today!</ span > </ b > </ h2 >
23
+ < h2 className = "h2ahne" className = "text-black text-monospace" > < b > < span style = { { color :'red' , fontSize :55 } } >
24
+ < span style = { { color :'red' , fontSize :65 } } > H</ span >
25
+ < span style = { { color :'red' , fontSize :60 } } > o</ span >
26
+ < span style = { { color :'red' , fontSize :65 } } > X</ span >
27
+
28
+
29
+ </ span > < span style = { { color :'rd' } } > it</ span > < span style = { { color :' ' } } > today!</ span > </ b > </ h2 >
24
30
< br > </ br >
25
31
< form onSubmit = { ( event ) => {
26
32
event . preventDefault ( )
Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ class Navbar extends Component {
14
14
target = "_blank"
15
15
rel = "noopener noreferrer"
16
16
>
17
+ < span className = "span1" > H</ span >
18
+ < span className = "span2" > o</ span >
19
+ < span className = "span3" > X</ span >
17
20
18
- Hox
19
21
</ a >
20
22
< ul className = "navbar-nav px-3" >
21
23
< li >
You can’t perform that action at this time.
0 commit comments