mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
resource page + styles
This commit is contained in:
@@ -10,7 +10,7 @@ const styles = StyleSheet.create({
|
||||
padding: 20,
|
||||
marginVertical: 8,
|
||||
marginHorizontal: 16,
|
||||
borderRadius: 8,
|
||||
borderRadius: 16,
|
||||
},
|
||||
title: {
|
||||
fontSize: 32,
|
||||
|
||||
@@ -15,7 +15,29 @@ const styles=StyleSheet.create({
|
||||
headerTitle: {
|
||||
fontWeight:'bold',
|
||||
fontSize:24
|
||||
}
|
||||
},
|
||||
resourceContainer: {
|
||||
alignItems: 'center',
|
||||
marginTop: '3%',
|
||||
},
|
||||
image: {
|
||||
height: 100,
|
||||
width: 400,
|
||||
borderTopRightRadius: 16,
|
||||
borderTopLeftRadius: 16,
|
||||
},
|
||||
textContainer: {
|
||||
backgroundColor: 'black',
|
||||
width: 400,
|
||||
borderBottomLeftRadius: 16,
|
||||
borderBottomRightRadius: 16,
|
||||
},
|
||||
resourceText: {
|
||||
fontWeight: 'bold',
|
||||
color: 'white',
|
||||
fontSize:32,
|
||||
textAlign:'center',
|
||||
},
|
||||
});
|
||||
|
||||
export default styles;
|
||||
Reference in New Issue
Block a user