mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-11 05:35:05 +00:00
Compare commits
1 Commits
frontEnd
...
ImprovingU
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1846165c85 |
@@ -24,7 +24,8 @@ const styles = {
|
||||
textAlign: "center"
|
||||
},
|
||||
textField: {
|
||||
marginBottom: 20
|
||||
marginBottom: 20,
|
||||
border: ""
|
||||
},
|
||||
pageTitle: {
|
||||
// marginTop: 20,
|
||||
@@ -39,6 +40,12 @@ const styles = {
|
||||
},
|
||||
p: {
|
||||
fontFamily: "cursive",
|
||||
backgroundColor: "lightgrey",
|
||||
},
|
||||
div: {
|
||||
borderRadius: "5px",
|
||||
backgroundColor: "#f2f2f2",
|
||||
padding: "20px",
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user