diff --git a/brythonRunner/css/all.css b/brythonRunner/css/all.css index 2c2f9df0..7284f041 100644 --- a/brythonRunner/css/all.css +++ b/brythonRunner/css/all.css @@ -1,3 +1,17 @@ .hidden{ visibility: hidden; -} \ No newline at end of file +} + +body{ + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: space-around; + align-items: stretch; +} + + +div{ + height: 250px; + width: 250px; +} \ No newline at end of file diff --git a/brythonRunner/page/palindrome.html b/brythonRunner/page/palindrome.html index 8066a4db..e14a20e1 100644 --- a/brythonRunner/page/palindrome.html +++ b/brythonRunner/page/palindrome.html @@ -9,17 +9,17 @@
Écrire une fonction estPalindrome qui prend en argument un entier et qui renvoie True si c’est un palindrome et False sinon. - +