From a0d32f56df0a6948e825f83cf9044ea13936cc10 Mon Sep 17 00:00:00 2001 From: Yan Maniez Date: Mon, 11 Mar 2019 19:17:41 +0100 Subject: [PATCH] Tests css --- AideDeJeu/AideDeJeu/Views/MainPage.xaml | 70 +++++++++++++++++-------- 1 file changed, 48 insertions(+), 22 deletions(-) diff --git a/AideDeJeu/AideDeJeu/Views/MainPage.xaml b/AideDeJeu/AideDeJeu/Views/MainPage.xaml index 909cf19b..48d2aee3 100644 --- a/AideDeJeu/AideDeJeu/Views/MainPage.xaml +++ b/AideDeJeu/AideDeJeu/Views/MainPage.xaml @@ -9,9 +9,15 @@ ^contentpage { background-color: lightgray; } - stacklayout label { + grid imagebutton { + background-color: transparent; + padding: 30; + width: 150; + height: 150; + } + grid label { text-align: center; - font-family: arial; + font-family: LinuxLibertineCapitalsBold; } ]]> @@ -19,26 +25,46 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +