Skip to content

Commit 79d98b4

Browse files
committed
clean ui
1 parent ae6d100 commit 79d98b4

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

public/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1313

14-
<title>Hox</title>
14+
<title>
15+
Hox
16+
</title>
1517
</head>
1618
<body style="
1719

src/components/Main.css

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ input[type=text]:focus{
2121
outline: none;
2222

2323

24+
}
25+
input[type=file]{
26+
background-color: black;
2427
}
2528
td,a{
2629
color: black !important;
@@ -44,3 +47,7 @@ width: 100px;
4447
font-size: 122px !important;
4548
font-weight: bold;
4649
}
50+
tr td{
51+
font-family: sans-serif;
52+
font-size: 12px;
53+
}

src/components/Main.js

+7-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ class Main extends Component {
2020
<div className="content">
2121
<p>&nbsp;</p>
2222
<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>
2430
<br></br>
2531
<form onSubmit={(event) => {
2632
event.preventDefault()

src/components/Navbar.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ class Navbar extends Component {
1414
target="_blank"
1515
rel="noopener noreferrer"
1616
>
17+
<span className="span1">H</span>
18+
<span className="span2">o</span>
19+
<span className="span3">X</span>
1720

18-
Hox
1921
</a>
2022
<ul className="navbar-nav px-3">
2123
<li>

0 commit comments

Comments
 (0)