mirror of https://github.com/shuang854/Turtle
changed App title, created button
parent
41e21f8bdd
commit
a1098dbb9a
@ -1,24 +0,0 @@
|
||||
.container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.container strong {
|
||||
font-size: 20px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.container p {
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: #8c8c8c;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.container a {
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -1,15 +0,0 @@
|
||||
import React from 'react';
|
||||
import './ExploreContainer.css';
|
||||
|
||||
interface ContainerProps { }
|
||||
|
||||
const ExploreContainer: React.FC<ContainerProps> = () => {
|
||||
return (
|
||||
<div className="container">
|
||||
<strong>Ready to create an app?</strong>
|
||||
<p>Start with Ionic <a target="_blank" rel="noopener noreferrer" href="https://ionicframework.com/docs/components">UI Components</a></p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default ExploreContainer;
|
||||
@ -0,0 +1,14 @@
|
||||
ion-button {
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
margin: 30% 10% 0 10%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
ion-toolbar {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ion-grid {
|
||||
max-width: 500px;
|
||||
}
|
||||
Loading…
Reference in New Issue