Skip to content

Commit

Permalink
Create styles.js
Browse files Browse the repository at this point in the history
  • Loading branch information
washingtonsoares committed Jan 5, 2021
1 parent 38a13bc commit bbc1665
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions aula3/Home/styles.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
container: {
marginTop: '15%',
alignItems: 'center'
},
gamerImage: {
width: 292,
height: 229
},
title: {
color: '#263238',
fontSize: 26,
lineHeight: 35,
fontWeight: 'bold',
marginTop: 31,
textAlign: 'center'
},
subTitle: {
color: '#9E9E9E',
fontSize: 16,
marginTop: 15,
lineHeight: 22,
textAlign: 'center'
},
footer: {
marginTop: '15%',
alignItems: 'center'
},
button: {
backgroundColor: '#DA5C5C',
flexDirection: 'row',
borderRadius: 10
},
buttonText: {
paddingTop: 15,
paddingBottom: 15,
paddingLeft: 50,
paddingRight: 50,
fontWeight: 'bold',
fontSize: 18,
color: '#FFF',
letterSpacing: -0.24
}
}

0 comments on commit bbc1665

Please sign in to comment.