Test
This commit is contained in:
@@ -10,13 +10,29 @@ const Start = (props) => {
|
||||
flexDirection: 'column',
|
||||
alignContent: 'center',
|
||||
flexWrap: 'wrap',
|
||||
justifyContent: 'space-between',
|
||||
justifyContent: 'space-evenly',
|
||||
height: '95vh',
|
||||
}}>
|
||||
<img src="" alt="Icon"/>
|
||||
<button onClick={() => route('/')}>Начать</button>
|
||||
<span style={{
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
fontWeight: 700,
|
||||
fontFamily: 'Raleway',
|
||||
fontSize: '40px',
|
||||
}}>Путешествия <p>просто!</p></span>
|
||||
<button onClick={() => route('/')} style={{
|
||||
height: 70,
|
||||
borderRadius: '32px',
|
||||
backgroundColor: '#0094FF',
|
||||
border: 'none',
|
||||
fontFamily: 'Raleway',
|
||||
fontSize: '30px',
|
||||
fontWeight: 700,
|
||||
color: '#fff',
|
||||
}}>Начать</button>
|
||||
</div>
|
||||
)
|
||||
};
|
||||
|
||||
export default Start;
|
||||
export default Start;
|
||||
|
||||
Reference in New Issue
Block a user